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 CreateRepositoryResult
AbstractAmazonECR. createRepository(CreateRepositoryRequest request)
CreateRepositoryResult
AmazonECR. createRepository(CreateRepositoryRequest createRepositoryRequest)
Creates an image repository.CreateRepositoryResult
AmazonECRClient. 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 CreateRepositoryResult
CreateRepositoryResult. clone()
CreateRepositoryResult
CreateRepositoryResult. withRepository(Repository repository)
-