Uses of Class
software.amazon.awssdk.services.ecrpublic.model.CreateRepositoryRequest
-
Packages that use CreateRepositoryRequest Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public software.amazon.awssdk.services.ecrpublic.transform -
-
Uses of CreateRepositoryRequest in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic with parameters of type CreateRepositoryRequest Modifier and Type Method Description default CompletableFuture<CreateRepositoryResponse>EcrPublicAsyncClient. createRepository(CreateRepositoryRequest createRepositoryRequest)Creates a repository in a public registry.default CreateRepositoryResponseEcrPublicClient. createRepository(CreateRepositoryRequest createRepositoryRequest)Creates a repository in a public registry. -
Uses of CreateRepositoryRequest in software.amazon.awssdk.services.ecrpublic.transform
Methods in software.amazon.awssdk.services.ecrpublic.transform with parameters of type CreateRepositoryRequest Modifier and Type Method Description SdkHttpFullRequestCreateRepositoryRequestMarshaller. marshall(CreateRepositoryRequest createRepositoryRequest)
-