Uses of Class
software.amazon.awssdk.services.proton.model.DeleteRepositoryResponse
-
Packages that use DeleteRepositoryResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of DeleteRepositoryResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return DeleteRepositoryResponse Modifier and Type Method Description default DeleteRepositoryResponseProtonClient. deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest)De-register and unlink your repository.default DeleteRepositoryResponseProtonClient. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)De-register and unlink your repository.Methods in software.amazon.awssdk.services.proton that return types with arguments of type DeleteRepositoryResponse Modifier and Type Method Description default CompletableFuture<DeleteRepositoryResponse>ProtonAsyncClient. deleteRepository(Consumer<DeleteRepositoryRequest.Builder> deleteRepositoryRequest)De-register and unlink your repository.default CompletableFuture<DeleteRepositoryResponse>ProtonAsyncClient. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)De-register and unlink your repository.
-