Uses of Class
software.amazon.awssdk.services.elasticache.model.CreateCacheSubnetGroupResponse
-
Packages that use CreateCacheSubnetGroupResponse Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache -
-
Uses of CreateCacheSubnetGroupResponse in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache that return CreateCacheSubnetGroupResponse Modifier and Type Method Description default CreateCacheSubnetGroupResponse
ElastiCacheClient. createCacheSubnetGroup(Consumer<CreateCacheSubnetGroupRequest.Builder> createCacheSubnetGroupRequest)
Creates a new cache subnet group.default CreateCacheSubnetGroupResponse
ElastiCacheClient. createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
Creates a new cache subnet group.Methods in software.amazon.awssdk.services.elasticache that return types with arguments of type CreateCacheSubnetGroupResponse Modifier and Type Method Description default CompletableFuture<CreateCacheSubnetGroupResponse>
ElastiCacheAsyncClient. createCacheSubnetGroup(Consumer<CreateCacheSubnetGroupRequest.Builder> createCacheSubnetGroupRequest)
Creates a new cache subnet group.default CompletableFuture<CreateCacheSubnetGroupResponse>
ElastiCacheAsyncClient. createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
Creates a new cache subnet group.
-