Uses of Class
com.amazonaws.services.ecr.model.DeleteRepositoryRequest
-
Packages that use DeleteRepositoryRequest Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of DeleteRepositoryRequest in com.amazonaws.services.ecr
Method parameters in com.amazonaws.services.ecr with type arguments of type DeleteRepositoryRequest Modifier and Type Method Description Future<DeleteRepositoryResult>AbstractAmazonECRAsync. deleteRepositoryAsync(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResult> asyncHandler)Future<DeleteRepositoryResult>AmazonECRAsync. deleteRepositoryAsync(DeleteRepositoryRequest deleteRepositoryRequest, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResult> asyncHandler)Deletes an existing image repository.Future<DeleteRepositoryResult>AmazonECRAsyncClient. deleteRepositoryAsync(DeleteRepositoryRequest request, AsyncHandler<DeleteRepositoryRequest,DeleteRepositoryResult> asyncHandler) -
Uses of DeleteRepositoryRequest in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return DeleteRepositoryRequest Modifier and Type Method Description DeleteRepositoryRequestDeleteRepositoryRequest. clone()DeleteRepositoryRequestDeleteRepositoryRequest. withForce(Boolean force)Force the deletion of the repository if it contains images.DeleteRepositoryRequestDeleteRepositoryRequest. withRegistryId(String registryId)The AWS account ID associated with the registry that contains the repository to delete.DeleteRepositoryRequestDeleteRepositoryRequest. withRepositoryName(String repositoryName)The name of the repository to delete.
-