Uses of Class
software.amazon.awssdk.services.ecr.model.CreateRepositoryResponse
-
Packages that use CreateRepositoryResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of CreateRepositoryResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return CreateRepositoryResponse Modifier and Type Method Description default CreateRepositoryResponse
EcrClient. createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Creates a repository.default CreateRepositoryResponse
EcrClient. createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a repository.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type CreateRepositoryResponse Modifier and Type Method Description default CompletableFuture<CreateRepositoryResponse>
EcrAsyncClient. createRepository(Consumer<CreateRepositoryRequest.Builder> createRepositoryRequest)
Creates a repository.default CompletableFuture<CreateRepositoryResponse>
EcrAsyncClient. createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates a repository.
-