Uses of Class
software.amazon.awssdk.services.elasticache.model.CreateCacheSubnetGroupRequest
-
Packages that use CreateCacheSubnetGroupRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of CreateCacheSubnetGroupRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type CreateCacheSubnetGroupRequest Modifier and Type Method Description default CompletableFuture<CreateCacheSubnetGroupResponse>ElastiCacheAsyncClient. createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)Creates a new cache subnet group.default CreateCacheSubnetGroupResponseElastiCacheClient. createCacheSubnetGroup(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)Creates a new cache subnet group. -
Uses of CreateCacheSubnetGroupRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type CreateCacheSubnetGroupRequest Modifier and Type Method Description SdkHttpFullRequestCreateCacheSubnetGroupRequestMarshaller. marshall(CreateCacheSubnetGroupRequest createCacheSubnetGroupRequest)
-