Uses of Class
software.amazon.awssdk.services.elasticache.model.DeleteCacheSubnetGroupRequest
-
Packages that use DeleteCacheSubnetGroupRequest Package Description software.amazon.awssdk.services.elasticache Amazon ElastiCache software.amazon.awssdk.services.elasticache.transform -
-
Uses of DeleteCacheSubnetGroupRequest in software.amazon.awssdk.services.elasticache
Methods in software.amazon.awssdk.services.elasticache with parameters of type DeleteCacheSubnetGroupRequest Modifier and Type Method Description default CompletableFuture<DeleteCacheSubnetGroupResponse>
ElastiCacheAsyncClient. deleteCacheSubnetGroup(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest)
Deletes a cache subnet group.default DeleteCacheSubnetGroupResponse
ElastiCacheClient. deleteCacheSubnetGroup(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest)
Deletes a cache subnet group. -
Uses of DeleteCacheSubnetGroupRequest in software.amazon.awssdk.services.elasticache.transform
Methods in software.amazon.awssdk.services.elasticache.transform with parameters of type DeleteCacheSubnetGroupRequest Modifier and Type Method Description SdkHttpFullRequest
DeleteCacheSubnetGroupRequestMarshaller. marshall(DeleteCacheSubnetGroupRequest deleteCacheSubnetGroupRequest)
-