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 ModifyCacheSubnetGroupResponse
ElastiCacheClient. 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.Builder
ModifyCacheSubnetGroupRequest. builder()
ModifyCacheSubnetGroupRequest.Builder
ModifyCacheSubnetGroupRequest.Builder. cacheSubnetGroupDescription(String cacheSubnetGroupDescription)
A description of the cache subnet group.ModifyCacheSubnetGroupRequest.Builder
ModifyCacheSubnetGroupRequest.Builder. cacheSubnetGroupName(String cacheSubnetGroupName)
The name for the cache subnet group.ModifyCacheSubnetGroupRequest.Builder
ModifyCacheSubnetGroupRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ModifyCacheSubnetGroupRequest.Builder
ModifyCacheSubnetGroupRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ModifyCacheSubnetGroupRequest.Builder
ModifyCacheSubnetGroupRequest.Builder. subnetIds(String... subnetIds)
The EC2 subnet IDs for the cache subnet group.ModifyCacheSubnetGroupRequest.Builder
ModifyCacheSubnetGroupRequest.Builder. subnetIds(Collection<String> subnetIds)
The EC2 subnet IDs for the cache subnet group.ModifyCacheSubnetGroupRequest.Builder
ModifyCacheSubnetGroupRequest. 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()
-