| Package | Description |
|---|---|
| software.amazon.awssdk.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
SubnetGroup |
CreateSubnetGroupResponse.subnetGroup()
Represents the output of a CreateSubnetGroup operation.
|
SubnetGroup |
UpdateSubnetGroupResponse.subnetGroup()
The subnet group that has been modified.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubnetGroup> |
DescribeSubnetGroupsResponse.subnetGroups()
An array of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
CreateSubnetGroupResponse.Builder |
CreateSubnetGroupResponse.Builder.subnetGroup(SubnetGroup subnetGroup)
Represents the output of a CreateSubnetGroup operation.
|
UpdateSubnetGroupResponse.Builder |
UpdateSubnetGroupResponse.Builder.subnetGroup(SubnetGroup subnetGroup)
The subnet group that has been modified.
|
DescribeSubnetGroupsResponse.Builder |
DescribeSubnetGroupsResponse.Builder.subnetGroups(SubnetGroup... subnetGroups)
An array of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSubnetGroupsResponse.Builder |
DescribeSubnetGroupsResponse.Builder.subnetGroups(Collection<SubnetGroup> subnetGroups)
An array of subnet groups.
|
Copyright © 2023. All rights reserved.