Uses of Class
software.amazon.awssdk.services.sagemaker.model.AddAssociationResponse
-
Packages that use AddAssociationResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of AddAssociationResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return AddAssociationResponse Modifier and Type Method Description default AddAssociationResponseSageMakerClient. addAssociation(Consumer<AddAssociationRequest.Builder> addAssociationRequest)Creates an association between the source and the destination.default AddAssociationResponseSageMakerClient. addAssociation(AddAssociationRequest addAssociationRequest)Creates an association between the source and the destination.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type AddAssociationResponse Modifier and Type Method Description default CompletableFuture<AddAssociationResponse>SageMakerAsyncClient. addAssociation(Consumer<AddAssociationRequest.Builder> addAssociationRequest)Creates an association between the source and the destination.default CompletableFuture<AddAssociationResponse>SageMakerAsyncClient. addAssociation(AddAssociationRequest addAssociationRequest)Creates an association between the source and the destination.
-