Uses of Class
com.amazonaws.services.ecr.model.CreateRepositoryResult
-
Packages that use CreateRepositoryResult Package Description com.amazonaws.services.ecr com.amazonaws.services.ecr.model -
-
Uses of CreateRepositoryResult in com.amazonaws.services.ecr
Methods in com.amazonaws.services.ecr that return CreateRepositoryResult Modifier and Type Method Description CreateRepositoryResultAbstractAmazonECR. createRepository(CreateRepositoryRequest request)CreateRepositoryResultAmazonECR. createRepository(CreateRepositoryRequest createRepositoryRequest)Creates an image repository.CreateRepositoryResultAmazonECRClient. createRepository(CreateRepositoryRequest createRepositoryRequest)Creates an image repository.Method parameters in com.amazonaws.services.ecr with type arguments of type CreateRepositoryResult Modifier and Type Method Description Future<CreateRepositoryResult>AbstractAmazonECRAsync. createRepositoryAsync(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)Future<CreateRepositoryResult>AmazonECRAsync. createRepositoryAsync(CreateRepositoryRequest createRepositoryRequest, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler)Creates an image repository.Future<CreateRepositoryResult>AmazonECRAsyncClient. createRepositoryAsync(CreateRepositoryRequest request, AsyncHandler<CreateRepositoryRequest,CreateRepositoryResult> asyncHandler) -
Uses of CreateRepositoryResult in com.amazonaws.services.ecr.model
Methods in com.amazonaws.services.ecr.model that return CreateRepositoryResult Modifier and Type Method Description CreateRepositoryResultCreateRepositoryResult. clone()CreateRepositoryResultCreateRepositoryResult. withRepository(Repository repository)
-