Uses of Class
software.amazon.awssdk.services.sagemaker.model.DeleteCodeRepositoryResponse
-
Packages that use DeleteCodeRepositoryResponse Package Description software.amazon.awssdk.services.sagemaker Provides APIs for creating and managing SageMaker resources. -
-
Uses of DeleteCodeRepositoryResponse in software.amazon.awssdk.services.sagemaker
Methods in software.amazon.awssdk.services.sagemaker that return DeleteCodeRepositoryResponse Modifier and Type Method Description default DeleteCodeRepositoryResponseSageMakerClient. deleteCodeRepository(Consumer<DeleteCodeRepositoryRequest.Builder> deleteCodeRepositoryRequest)Deletes the specified Git repository from your account.default DeleteCodeRepositoryResponseSageMakerClient. deleteCodeRepository(DeleteCodeRepositoryRequest deleteCodeRepositoryRequest)Deletes the specified Git repository from your account.Methods in software.amazon.awssdk.services.sagemaker that return types with arguments of type DeleteCodeRepositoryResponse Modifier and Type Method Description default CompletableFuture<DeleteCodeRepositoryResponse>SageMakerAsyncClient. deleteCodeRepository(Consumer<DeleteCodeRepositoryRequest.Builder> deleteCodeRepositoryRequest)Deletes the specified Git repository from your account.default CompletableFuture<DeleteCodeRepositoryResponse>SageMakerAsyncClient. deleteCodeRepository(DeleteCodeRepositoryRequest deleteCodeRepositoryRequest)Deletes the specified Git repository from your account.
-