Uses of Interface
software.amazon.awssdk.services.ecr.model.ValidatePullThroughCacheRuleRequest.Builder
-
Packages that use ValidatePullThroughCacheRuleRequest.Builder Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry software.amazon.awssdk.services.ecr.model -
-
Uses of ValidatePullThroughCacheRuleRequest.Builder in software.amazon.awssdk.services.ecr
Method parameters in software.amazon.awssdk.services.ecr with type arguments of type ValidatePullThroughCacheRuleRequest.Builder 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 ValidatePullThroughCacheRuleResponseEcrClient. validatePullThroughCacheRule(Consumer<ValidatePullThroughCacheRuleRequest.Builder> validatePullThroughCacheRuleRequest)Validates an existing pull through cache rule for an upstream registry that requires authentication. -
Uses of ValidatePullThroughCacheRuleRequest.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return ValidatePullThroughCacheRuleRequest.Builder Modifier and Type Method Description static ValidatePullThroughCacheRuleRequest.BuilderValidatePullThroughCacheRuleRequest. builder()ValidatePullThroughCacheRuleRequest.BuilderValidatePullThroughCacheRuleRequest.Builder. ecrRepositoryPrefix(String ecrRepositoryPrefix)The repository name prefix associated with the pull through cache rule.ValidatePullThroughCacheRuleRequest.BuilderValidatePullThroughCacheRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ValidatePullThroughCacheRuleRequest.BuilderValidatePullThroughCacheRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ValidatePullThroughCacheRuleRequest.BuilderValidatePullThroughCacheRuleRequest.Builder. registryId(String registryId)The registry ID associated with the pull through cache rule.ValidatePullThroughCacheRuleRequest.BuilderValidatePullThroughCacheRuleRequest. toBuilder()Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type ValidatePullThroughCacheRuleRequest.Builder Modifier and Type Method Description static Class<? extends ValidatePullThroughCacheRuleRequest.Builder>ValidatePullThroughCacheRuleRequest. serializableBuilderClass()
-