Uses of Class
com.amazonaws.services.ecr.model.DeleteRepositoryResult
-
Packages that use DeleteRepositoryResult Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of DeleteRepositoryResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return DeleteRepositoryResult Modifier and Type Method Description DeleteRepositoryResultAbstractAmazonECR. deleteRepository(DeleteRepositoryRequest request)DeleteRepositoryResultAmazonECR. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)Deletes an existing image repository.DeleteRepositoryResultAmazonECRClient. deleteRepository(DeleteRepositoryRequest deleteRepositoryRequest)Deletes an existing image repository.Method parameters in com.amazonaws.services.ecr with type arguments of type DeleteRepositoryResult 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 DeleteRepositoryResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return DeleteRepositoryResult Modifier and Type Method Description DeleteRepositoryResultDeleteRepositoryResult. clone()DeleteRepositoryResultDeleteRepositoryResult. withRepository(Repository repository)
-