Uses of Interface
software.amazon.awssdk.services.elasticache.model.ModifyCacheSubnetGroupRequest.Builder
-
Packages that use ModifyCacheSubnetGroupRequest.Builder Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.model -
-
Uses of ModifyCacheSubnetGroupRequest.Builder in software.amazon.awssdk.services.elasticache
Method parameters in software.amazon.awssdk.services.elasticache with type arguments of type ModifyCacheSubnetGroupRequest.Builder Modifier and Type Method Description default CompletableFuture<ModifyCacheSubnetGroupResponse>ElastiCacheAsyncClient. modifyCacheSubnetGroup(Consumer<ModifyCacheSubnetGroupRequest.Builder> modifyCacheSubnetGroupRequest)Modifies an existing cache subnet group.default ModifyCacheSubnetGroupResponseElastiCacheClient. modifyCacheSubnetGroup(Consumer<ModifyCacheSubnetGroupRequest.Builder> modifyCacheSubnetGroupRequest)Modifies an existing cache subnet group. -
Uses of ModifyCacheSubnetGroupRequest.Builder in software.amazon.awssdk.services.elasticache.model
Methods in software.amazon.awssdk.services.elasticache.model that return ModifyCacheSubnetGroupRequest.Builder Modifier and Type Method Description static ModifyCacheSubnetGroupRequest.BuilderModifyCacheSubnetGroupRequest. builder()ModifyCacheSubnetGroupRequest.BuilderModifyCacheSubnetGroupRequest.Builder. cacheSubnetGroupDescription(String cacheSubnetGroupDescription)A description of the cache subnet group.ModifyCacheSubnetGroupRequest.BuilderModifyCacheSubnetGroupRequest.Builder. cacheSubnetGroupName(String cacheSubnetGroupName)The name for the cache subnet group.ModifyCacheSubnetGroupRequest.BuilderModifyCacheSubnetGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ModifyCacheSubnetGroupRequest.BuilderModifyCacheSubnetGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ModifyCacheSubnetGroupRequest.BuilderModifyCacheSubnetGroupRequest.Builder. subnetIds(String... subnetIds)The EC2 subnet IDs for the cache subnet group.ModifyCacheSubnetGroupRequest.BuilderModifyCacheSubnetGroupRequest.Builder. subnetIds(Collection<String> subnetIds)The EC2 subnet IDs for the cache subnet group.ModifyCacheSubnetGroupRequest.BuilderModifyCacheSubnetGroupRequest. toBuilder()Methods in software.amazon.awssdk.services.elasticache.model that return types with arguments of type ModifyCacheSubnetGroupRequest.Builder Modifier and Type Method Description static Class<? extends ModifyCacheSubnetGroupRequest.Builder>ModifyCacheSubnetGroupRequest. serializableBuilderClass()
-