Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteAssociationRequest
-
Packages that use DeleteAssociationRequest Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources.software.amazon.awssdk.services.sagemaker.transform -
-
Uses of DeleteAssociationRequest in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker with parameters of type DeleteAssociationRequest Modifier and Type Method Description default CompletableFuture<DeleteAssociationResponse>SageMakerAsyncClient. deleteAssociation(DeleteAssociationRequest deleteAssociationRequest)Deletes an association.default DeleteAssociationResponseSageMakerClient. deleteAssociation(DeleteAssociationRequest deleteAssociationRequest)Deletes an association. -
Uses of DeleteAssociationRequest in software.amazon.awssdk.services.sagemaker.transform
Methods in software.amazon.awssdk.services.sagemaker.transform with parameters of type DeleteAssociationRequest Modifier and Type Method Description SdkHttpFullRequestDeleteAssociationRequestMarshaller. marshall(DeleteAssociationRequest deleteAssociationRequest)
-