Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteHubContentResponse
-
Packages that use DeleteHubContentResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DeleteHubContentResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DeleteHubContentResponse Modifier and Type Method Description default DeleteHubContentResponseSageMakerClient. deleteHubContent(Consumer<DeleteHubContentRequest.Builder> deleteHubContentRequest)Delete the contents of a hub.default DeleteHubContentResponseSageMakerClient. deleteHubContent(DeleteHubContentRequest deleteHubContentRequest)Delete the contents of a hub.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DeleteHubContentResponse Modifier and Type Method Description default CompletableFuture<DeleteHubContentResponse>SageMakerAsyncClient. deleteHubContent(Consumer<DeleteHubContentRequest.Builder> deleteHubContentRequest)Delete the contents of a hub.default CompletableFuture<DeleteHubContentResponse>SageMakerAsyncClient. deleteHubContent(DeleteHubContentRequest deleteHubContentRequest)Delete the contents of a hub.
-