| Package | Description |
|---|---|
| com.amazonaws.services.memorydb.model |
| Modifier and Type | Method and Description |
|---|---|
SubnetGroup |
SubnetGroup.clone() |
SubnetGroup |
UpdateSubnetGroupResult.getSubnetGroup()
The updated subnet group
|
SubnetGroup |
CreateSubnetGroupResult.getSubnetGroup()
The newly-created subnet group
|
SubnetGroup |
DeleteSubnetGroupResult.getSubnetGroup()
The subnet group object that has been deleted.
|
SubnetGroup |
SubnetGroup.withARN(String aRN)
The ARN (Amazon Resource Name) of the subnet group.
|
SubnetGroup |
SubnetGroup.withDescription(String description)
A description of the subnet group
|
SubnetGroup |
SubnetGroup.withName(String name)
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()
A list of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateSubnetGroupResult.setSubnetGroup(SubnetGroup subnetGroup)
The updated subnet group
|
void |
CreateSubnetGroupResult.setSubnetGroup(SubnetGroup subnetGroup)
The newly-created subnet group
|
void |
DeleteSubnetGroupResult.setSubnetGroup(SubnetGroup subnetGroup)
The subnet group object that has been deleted.
|
UpdateSubnetGroupResult |
UpdateSubnetGroupResult.withSubnetGroup(SubnetGroup subnetGroup)
The updated subnet group
|
CreateSubnetGroupResult |
CreateSubnetGroupResult.withSubnetGroup(SubnetGroup subnetGroup)
The newly-created subnet group
|
DeleteSubnetGroupResult |
DeleteSubnetGroupResult.withSubnetGroup(SubnetGroup subnetGroup)
The subnet group object that has been deleted.
|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withSubnetGroups(SubnetGroup... subnetGroups)
A list of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeSubnetGroupsResult.setSubnetGroups(Collection<SubnetGroup> subnetGroups)
A list of subnet groups.
|
DescribeSubnetGroupsResult |
DescribeSubnetGroupsResult.withSubnetGroups(Collection<SubnetGroup> subnetGroups)
A list of subnet groups.
|
Copyright © 2022. All rights reserved.