Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
GetAssociatedIpv6PoolCidrsResult |
AbstractAmazonEC2.getAssociatedIpv6PoolCidrs(GetAssociatedIpv6PoolCidrsRequest request) |
GetAssociatedIpv6PoolCidrsResult |
AmazonEC2.getAssociatedIpv6PoolCidrs(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
|
GetAssociatedIpv6PoolCidrsResult |
AmazonEC2Client.getAssociatedIpv6PoolCidrs(GetAssociatedIpv6PoolCidrsRequest request)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
|
Modifier and Type | Method and Description |
---|---|
Future<GetAssociatedIpv6PoolCidrsResult> |
AbstractAmazonEC2Async.getAssociatedIpv6PoolCidrsAsync(GetAssociatedIpv6PoolCidrsRequest request,
AsyncHandler<GetAssociatedIpv6PoolCidrsRequest,GetAssociatedIpv6PoolCidrsResult> asyncHandler) |
Future<GetAssociatedIpv6PoolCidrsResult> |
AmazonEC2Async.getAssociatedIpv6PoolCidrsAsync(GetAssociatedIpv6PoolCidrsRequest getAssociatedIpv6PoolCidrsRequest,
AsyncHandler<GetAssociatedIpv6PoolCidrsRequest,GetAssociatedIpv6PoolCidrsResult> asyncHandler)
Gets information about the IPv6 CIDR block associations for a specified IPv6 address pool.
|
Future<GetAssociatedIpv6PoolCidrsResult> |
AmazonEC2AsyncClient.getAssociatedIpv6PoolCidrsAsync(GetAssociatedIpv6PoolCidrsRequest request,
AsyncHandler<GetAssociatedIpv6PoolCidrsRequest,GetAssociatedIpv6PoolCidrsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
GetAssociatedIpv6PoolCidrsResult |
GetAssociatedIpv6PoolCidrsResult.clone() |
GetAssociatedIpv6PoolCidrsResult |
GetAssociatedIpv6PoolCidrsResult.withIpv6CidrAssociations(Collection<Ipv6CidrAssociation> ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
|
GetAssociatedIpv6PoolCidrsResult |
GetAssociatedIpv6PoolCidrsResult.withIpv6CidrAssociations(Ipv6CidrAssociation... ipv6CidrAssociations)
Information about the IPv6 CIDR block associations.
|
GetAssociatedIpv6PoolCidrsResult |
GetAssociatedIpv6PoolCidrsResult.withNextToken(String nextToken)
The token to use to retrieve the next page of results.
|
Copyright © 2021. All rights reserved.