Uses of Class
com.amazonaws.services.ec2.model.DescribeMovingAddressesResult
Packages that use DescribeMovingAddressesResult
-
Uses of DescribeMovingAddressesResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeMovingAddressesResultModifier and TypeMethodDescriptionAbstractAmazonEC2.describeMovingAddresses()AbstractAmazonEC2.describeMovingAddresses(DescribeMovingAddressesRequest request) AmazonEC2.describeMovingAddresses()Simplified method form for invoking the DescribeMovingAddresses operation.AmazonEC2.describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest) Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform.AmazonEC2Client.describeMovingAddresses()AmazonEC2Client.describeMovingAddresses(DescribeMovingAddressesRequest describeMovingAddressesRequest) Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform.Methods in com.amazonaws.services.ec2 that return types with arguments of type DescribeMovingAddressesResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeMovingAddressesAsync()Simplified method form for invoking the DescribeMovingAddresses operation.AbstractAmazonEC2Async.describeMovingAddressesAsync(AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Simplified method form for invoking the DescribeMovingAddresses operation with an AsyncHandler.AbstractAmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest request) AbstractAmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest request, AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) AmazonEC2Async.describeMovingAddressesAsync()Simplified method form for invoking the DescribeMovingAddresses operation.AmazonEC2Async.describeMovingAddressesAsync(AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Simplified method form for invoking the DescribeMovingAddresses operation with an AsyncHandler.AmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest) Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform.AmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest, AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform.AmazonEC2AsyncClient.describeMovingAddressesAsync()Simplified method form for invoking the DescribeMovingAddresses operation.AmazonEC2AsyncClient.describeMovingAddressesAsync(AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Simplified method form for invoking the DescribeMovingAddresses operation with an AsyncHandler.AmazonEC2AsyncClient.describeMovingAddressesAsync(DescribeMovingAddressesRequest request) AmazonEC2AsyncClient.describeMovingAddressesAsync(DescribeMovingAddressesRequest request, AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeMovingAddressesResultModifier and TypeMethodDescriptionAbstractAmazonEC2Async.describeMovingAddressesAsync(AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Simplified method form for invoking the DescribeMovingAddresses operation with an AsyncHandler.AbstractAmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest request, AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) AmazonEC2Async.describeMovingAddressesAsync(AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Simplified method form for invoking the DescribeMovingAddresses operation with an AsyncHandler.AmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest describeMovingAddressesRequest, AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Describes your Elastic IP addresses that are being moved to the EC2-VPC platform, or that are being restored to the EC2-Classic platform.AmazonEC2AsyncClient.describeMovingAddressesAsync(AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Simplified method form for invoking the DescribeMovingAddresses operation with an AsyncHandler.AmazonEC2AsyncClient.describeMovingAddressesAsync(DescribeMovingAddressesRequest request, AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) -
Uses of DescribeMovingAddressesResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeMovingAddressesResultModifier and TypeMethodDescriptionDescribeMovingAddressesResult.clone()DescribeMovingAddressesResult.withMovingAddressStatuses(MovingAddressStatus... movingAddressStatuses) The status for each Elastic IP address.DescribeMovingAddressesResult.withMovingAddressStatuses(Collection<MovingAddressStatus> movingAddressStatuses) The status for each Elastic IP address.DescribeMovingAddressesResult.withNextToken(String nextToken) The token to use to retrieve the next page of results.