Uses of Class
software.amazon.awssdk.services.ecr.model.ValidatePullThroughCacheRuleResponse
-
Packages that use ValidatePullThroughCacheRuleResponse Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry -
-
Uses of ValidatePullThroughCacheRuleResponse in software.amazon.awssdk.services.ecr
Methods in software.amazon.awssdk.services.ecr that return ValidatePullThroughCacheRuleResponse Modifier and Type Method Description default ValidatePullThroughCacheRuleResponseEcrClient. validatePullThroughCacheRule(Consumer<ValidatePullThroughCacheRuleRequest.Builder> validatePullThroughCacheRuleRequest)Validates an existing pull through cache rule for an upstream registry that requires authentication.default ValidatePullThroughCacheRuleResponseEcrClient. validatePullThroughCacheRule(ValidatePullThroughCacheRuleRequest validatePullThroughCacheRuleRequest)Validates an existing pull through cache rule for an upstream registry that requires authentication.Methods in software.amazon.awssdk.services.ecr that return types with arguments of type ValidatePullThroughCacheRuleResponse Modifier and Type Method Description default CompletableFuture<ValidatePullThroughCacheRuleResponse>EcrAsyncClient. validatePullThroughCacheRule(Consumer<ValidatePullThroughCacheRuleRequest.Builder> validatePullThroughCacheRuleRequest)Validates an existing pull through cache rule for an upstream registry that requires authentication.default CompletableFuture<ValidatePullThroughCacheRuleResponse>EcrAsyncClient. validatePullThroughCacheRule(ValidatePullThroughCacheRuleRequest validatePullThroughCacheRuleRequest)Validates an existing pull through cache rule for an upstream registry that requires authentication.
-