| Package | Description |
|---|---|
| com.amazonaws.services.dax.model |
| Modifier and Type | Method and Description |
|---|---|
SubnetGroup |
SubnetGroup.clone() |
SubnetGroup |
UpdateSubnetGroupResult.getSubnetGroup()
The subnet group that has been modified.
|
SubnetGroup |
CreateSubnetGroupResult.getSubnetGroup()
Represents the output of a CreateSubnetGroup operation.
|
SubnetGroup |
SubnetGroup.withDescription(String description)
The description of the subnet group.
|
SubnetGroup |
SubnetGroup.withSubnetGroupName(String subnetGroupName)
The name of the subnet group.
|
SubnetGroup |
SubnetGroup.withSubnets(Collection<Subnet> subnets)
A list of subnets associated with the subnet group.
|
SubnetGroup |
SubnetGroup.withSubnets(Subnet... subnets)
A list of subnets associated with the subnet group.
|
SubnetGroup |
SubnetGroup.withVpcId(String vpcId)
The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubnetGroup> |
DescribeSubnetGroupsResult.getSubnetGroups()
An array of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSubnetGroupResult.setSubnetGroup(SubnetGroup subnetGroup)
The subnet group that has been modified.
|
void |
CreateSubnetGroupResult.setSubnetGroup(SubnetGroup subnetGroup)
Represents the output of a CreateSubnetGroup operation.
|
UpdateSubnetGroupResult |
UpdateSubnetGroupResult.withSubnetGroup(SubnetGroup subnetGroup)
The subnet group that has been modified.
|
CreateSubnetGroupResult |
CreateSubnetGroupResult.withSubnetGroup(SubnetGroup subnetGroup)
Represents the output of a CreateSubnetGroup operation.
|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withSubnetGroups(SubnetGroup... subnetGroups)
An array of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSubnetGroupsResult.setSubnetGroups(Collection<SubnetGroup> subnetGroups)
An array of subnet groups.
|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withSubnetGroups(Collection<SubnetGroup> subnetGroups)
An array of subnet groups.
|
Copyright © 2022. All rights reserved.