Uses of Class
software.amazon.awssdk.services.ecrpublic.model.DeleteRepositoryRequest
-
Packages that use DeleteRepositoryRequest Package Description software.amazon.awssdk.services.ecrpublic Amazon Elastic Container Registry Public software.amazon.awssdk.services.ecrpublic.transform -
-
Uses of DeleteRepositoryRequest in software.amazon.awssdk.services.ecrpublic
Methods in software.amazon.awssdk.services.ecrpublic with parameters of type DeleteRepositoryRequest Modifier and Type Method Description default CompletableFuture<DeleteRepositoryResponse>EcrPublicAsyncClient. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)Deletes a repository in a public registry.default DeleteRepositoryResponseEcrPublicClient. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)Deletes a repository in a public registry. -
Uses of DeleteRepositoryRequest in software.amazon.awssdk.services.ecrpublic.transform
Methods in software.amazon.awssdk.services.ecrpublic.transform with parameters of type DeleteRepositoryRequest Modifier and Type Method Description SdkHttpFullRequestDeleteRepositoryRequestMarshaller. marshall(DeleteRepositoryRequest deleteRepositoryRequest)
-