| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
default GetIpamAddressHistoryResponse |
Ec2Client.getIpamAddressHistory(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default CompletableFuture<GetIpamAddressHistoryResponse> |
Ec2AsyncClient.getIpamAddressHistory(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default GetIpamAddressHistoryIterable |
Ec2Client.getIpamAddressHistoryPaginator(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
default GetIpamAddressHistoryPublisher |
Ec2AsyncClient.getIpamAddressHistoryPaginator(Consumer<GetIpamAddressHistoryRequest.Builder> getIpamAddressHistoryRequest)
Retrieve historical information about a CIDR within an IPAM scope.
|
| Modifier and Type | Method and Description |
|---|---|
static GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.builder() |
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.cidr(String cidr)
The CIDR you want the history of.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.endTime(Instant endTime)
The end of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.ipamScopeId(String ipamScopeId)
The ID of the IPAM scope that the CIDR is in.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.maxResults(Integer maxResults)
The maximum number of historical results you would like returned per page.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.nextToken(String nextToken)
The token for the next page of results.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.startTime(Instant startTime)
The start of the time period for which you are looking for history.
|
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.toBuilder() |
GetIpamAddressHistoryRequest.Builder |
GetIpamAddressHistoryRequest.Builder.vpcId(String vpcId)
The ID of the VPC you want your history records filtered by.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetIpamAddressHistoryRequest.Builder> |
GetIpamAddressHistoryRequest.serializableBuilderClass() |
Copyright © 2021. All rights reserved.