Uses of Interface
software.amazon.awssdk.services.ecr.model.UpdatePullThroughCacheRuleRequest.Builder
-
Packages that use UpdatePullThroughCacheRuleRequest.Builder Package Description software.amazon.awssdk.services.ecr Amazon Elastic Container Registry software.amazon.awssdk.services.ecr.model -
-
Uses of UpdatePullThroughCacheRuleRequest.Builder in software.amazon.awssdk.services.ecr
Method parameters in software.amazon.awssdk.services.ecr with type arguments of type UpdatePullThroughCacheRuleRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdatePullThroughCacheRuleResponse>EcrAsyncClient. updatePullThroughCacheRule(Consumer<UpdatePullThroughCacheRuleRequest.Builder> updatePullThroughCacheRuleRequest)Updates an existing pull through cache rule.default UpdatePullThroughCacheRuleResponseEcrClient. updatePullThroughCacheRule(Consumer<UpdatePullThroughCacheRuleRequest.Builder> updatePullThroughCacheRuleRequest)Updates an existing pull through cache rule. -
Uses of UpdatePullThroughCacheRuleRequest.Builder in software.amazon.awssdk.services.ecr.model
Methods in software.amazon.awssdk.services.ecr.model that return UpdatePullThroughCacheRuleRequest.Builder Modifier and Type Method Description static UpdatePullThroughCacheRuleRequest.BuilderUpdatePullThroughCacheRuleRequest. builder()UpdatePullThroughCacheRuleRequest.BuilderUpdatePullThroughCacheRuleRequest.Builder. credentialArn(String credentialArn)The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.UpdatePullThroughCacheRuleRequest.BuilderUpdatePullThroughCacheRuleRequest.Builder. ecrRepositoryPrefix(String ecrRepositoryPrefix)The repository name prefix to use when caching images from the source registry.UpdatePullThroughCacheRuleRequest.BuilderUpdatePullThroughCacheRuleRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdatePullThroughCacheRuleRequest.BuilderUpdatePullThroughCacheRuleRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdatePullThroughCacheRuleRequest.BuilderUpdatePullThroughCacheRuleRequest.Builder. registryId(String registryId)The Amazon Web Services account ID associated with the registry associated with the pull through cache rule.UpdatePullThroughCacheRuleRequest.BuilderUpdatePullThroughCacheRuleRequest. toBuilder()Methods in software.amazon.awssdk.services.ecr.model that return types with arguments of type UpdatePullThroughCacheRuleRequest.Builder Modifier and Type Method Description static Class<? extends UpdatePullThroughCacheRuleRequest.Builder>UpdatePullThroughCacheRuleRequest. serializableBuilderClass()
-