Uses of Class
software.amazon.awssdk.services.ecr.model.DescribeRegistryResponse
-
Packages that use DescribeRegistryResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of DescribeRegistryResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return DescribeRegistryResponse Modifier and Type Method Description default DescribeRegistryResponseEcrClient. describeRegistry(Consumer<DescribeRegistryRequest.Builder> describeRegistryRequest)Describes the settings for a registry.default DescribeRegistryResponseEcrClient. describeRegistry(DescribeRegistryRequest describeRegistryRequest)Describes the settings for a registry.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type DescribeRegistryResponse Modifier and Type Method Description default CompletableFuture<DescribeRegistryResponse>EcrAsyncClient. describeRegistry(Consumer<DescribeRegistryRequest.Builder> describeRegistryRequest)Describes the settings for a registry.default CompletableFuture<DescribeRegistryResponse>EcrAsyncClient. describeRegistry(DescribeRegistryRequest describeRegistryRequest)Describes the settings for a registry.
-