| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators | |
| software.amazon.awssdk.services.ec2.transform |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<GetIpamAddressHistoryResponse> |
Ec2AsyncClient.getIpamAddressHistory(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default GetIpamAddressHistoryResponse |
Ec2Client.getIpamAddressHistory(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default GetIpamAddressHistoryPublisher |
Ec2AsyncClient.getIpamAddressHistoryPaginator(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default GetIpamAddressHistoryIterable |
Ec2Client.getIpamAddressHistoryPaginator(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
| Constructor and Description |
|---|
GetIpamAddressHistoryIterable(Ec2Client client,
GetIpamAddressHistoryRequest firstRequest) |
GetIpamAddressHistoryPublisher(Ec2AsyncClient client,
GetIpamAddressHistoryRequest firstRequest) |
| Modifier and Type | Method and Description |
|---|---|
SdkHttpFullRequest |
GetIpamAddressHistoryRequestMarshaller.marshall(GetIpamAddressHistoryRequest getIpamAddressHistoryRequest) |
Copyright © 2023. All rights reserved.