| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
Ipam |
DeleteIpamResponse.ipam()
Information about the results of the deletion.
|
Ipam |
ModifyIpamResponse.ipam()
The results of the modification.
|
Ipam |
CreateIpamResponse.ipam()
Information about the IPAM created.
|
| Modifier and Type | Method and Description |
|---|---|
List<Ipam> |
DescribeIpamsResponse.ipams()
Information about the IPAMs.
|
| Modifier and Type | Method and Description |
|---|---|
DeleteIpamResponse.Builder |
DeleteIpamResponse.Builder.ipam(Ipam ipam)
Information about the results of the deletion.
|
ModifyIpamResponse.Builder |
ModifyIpamResponse.Builder.ipam(Ipam ipam)
The results of the modification.
|
CreateIpamResponse.Builder |
CreateIpamResponse.Builder.ipam(Ipam ipam)
Information about the IPAM created.
|
DescribeIpamsResponse.Builder |
DescribeIpamsResponse.Builder.ipams(Ipam... ipams)
Information about the IPAMs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeIpamsResponse.Builder |
DescribeIpamsResponse.Builder.ipams(Collection<Ipam> ipams)
Information about the IPAMs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkIterable<Ipam> |
DescribeIpamsIterable.ipams()
Returns an iterable to iterate through the paginated
DescribeIpamsResponse.ipams() member. |
SdkPublisher<Ipam> |
DescribeIpamsPublisher.ipams()
Returns a publisher that can be used to get a stream of data.
|
Copyright © 2021. All rights reserved.