| Package | Description |
|---|---|
| software.amazon.awssdk.services.memorydb.model | |
| software.amazon.awssdk.services.memorydb.paginators |
| Modifier and Type | Method and Description |
|---|---|
SubnetGroup |
UpdateSubnetGroupResponse.subnetGroup()
The updated subnet group
|
SubnetGroup |
CreateSubnetGroupResponse.subnetGroup()
The newly-created subnet group
|
SubnetGroup |
DeleteSubnetGroupResponse.subnetGroup()
The subnet group object that has been deleted.
|
| Modifier and Type | Method and Description |
|---|---|
List<SubnetGroup> |
DescribeSubnetGroupsResponse.subnetGroups()
A list of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateSubnetGroupResponse.Builder |
UpdateSubnetGroupResponse.Builder.subnetGroup(SubnetGroup subnetGroup)
The updated subnet group
|
CreateSubnetGroupResponse.Builder |
CreateSubnetGroupResponse.Builder.subnetGroup(SubnetGroup subnetGroup)
The newly-created subnet group
|
DeleteSubnetGroupResponse.Builder |
DeleteSubnetGroupResponse.Builder.subnetGroup(SubnetGroup subnetGroup)
The subnet group object that has been deleted.
|
DescribeSubnetGroupsResponse.Builder |
DescribeSubnetGroupsResponse.Builder.subnetGroups(SubnetGroup... subnetGroups)
A list of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeSubnetGroupsResponse.Builder |
DescribeSubnetGroupsResponse.Builder.subnetGroups(Collection<SubnetGroup> subnetGroups)
A list of subnet groups.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<SubnetGroup> |
DescribeSubnetGroupsPublisher.subnetGroups()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<SubnetGroup> |
DescribeSubnetGroupsIterable.subnetGroups()
Returns an iterable to iterate through the paginated
DescribeSubnetGroupsResponse.subnetGroups() member. |
Copyright © 2023. All rights reserved.