Uses of Class
software.amazon.awssdk.services.proton.model.CreateRepositoryResponse
-
Packages that use CreateRepositoryResponse Package Description software.amazon.awssdk.services.proton This is the Proton Service API Reference. -
-
Uses of CreateRepositoryResponse in software.amazon.awssdk.services.proton
Methods in software.amazon.awssdk.services.proton that return CreateRepositoryResponse Modifier and Type Method Description default CreateRepositoryResponseProtonClient. createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)Create and register a link to a repository.default CreateRepositoryResponseProtonClient. createRepository(CreateRepositoryRequest createRepositoryRequest)Create and register a link to a repository.Methods in software.amazon.awssdk.services.proton that return types with arguments of type CreateRepositoryResponse Modifier and Type Method Description default CompletableFuture<CreateRepositoryResponse>ProtonAsyncClient. createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)Create and register a link to a repository.default CompletableFuture<CreateRepositoryResponse>ProtonAsyncClient. createRepository(CreateRepositoryRequest createRepositoryRequest)Create and register a link to a repository.
-