Uses of Class
software.amazon.awssdk.services.elasticache.model.ModifyCacheSubnetGroupRequest
-
Packages that use ModifyCacheSubnetGroupRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of ModifyCacheSubnetGroupRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type ModifyCacheSubnetGroupRequest Modifier and Type Method Description default CompletableFuture<ModifyCacheSubnetGroupResponse>
ElastiCacheAsyncClient. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
Modifies an existing cache subnet group.default ModifyCacheSubnetGroupResponse
ElastiCacheClient. modifyCacheSubnetGroup(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
Modifies an existing cache subnet group. -
Uses of ModifyCacheSubnetGroupRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type ModifyCacheSubnetGroupRequest Modifier and Type Method Description SdkHttpFullRequest
ModifyCacheSubnetGroupRequestMarshaller. marshall(ModifyCacheSubnetGroupRequest modifyCacheSubnetGroupRequest)
-