Uses of Class
software.amazon.awssdk.services.dax.model.DescribeSubnetGroupsRequest
-
Packages that use DescribeSubnetGroupsRequest Package Description software.amazon.awssdk.services.dax DAX is a managed caching service engineered for Amazon DynamoDB.software.amazon.awssdk.services.dax.transform -
-
Uses of DescribeSubnetGroupsRequest in software.amazon.awssdk.services.dax
Methods in software.amazon.awssdk.services.dax with parameters of type DescribeSubnetGroupsRequest Modifier and Type Method Description default CompletableFuture<DescribeSubnetGroupsResponse>DaxAsyncClient. describeSubnetGroups(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)Returns a list of subnet group descriptions.default DescribeSubnetGroupsResponseDaxClient. describeSubnetGroups(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)Returns a list of subnet group descriptions. -
Uses of DescribeSubnetGroupsRequest in software.amazon.awssdk.services.dax.transform
Methods in software.amazon.awssdk.services.dax.transform with parameters of type DescribeSubnetGroupsRequest Modifier and Type Method Description SdkHttpFullRequestDescribeSubnetGroupsRequestMarshaller. marshall(DescribeSubnetGroupsRequest describeSubnetGroupsRequest)
-