Uses of Class
com.amazonaws.services.ec2.model.DescribeMovingAddressesRequest
Packages that use DescribeMovingAddressesRequest
-
Uses of DescribeMovingAddressesRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DescribeMovingAddressesRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.describeMovingAddresses(DescribeMovingAddressesRequest request) 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(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.AbstractAmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest request) AbstractAmazonEC2Async.describeMovingAddressesAsync(DescribeMovingAddressesRequest request, AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> 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(DescribeMovingAddressesRequest request) AmazonEC2AsyncClient.describeMovingAddressesAsync(DescribeMovingAddressesRequest request, AsyncHandler<DescribeMovingAddressesRequest, DescribeMovingAddressesResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeMovingAddressesRequestModifier 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 DescribeMovingAddressesRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeMovingAddressesRequestModifier and TypeMethodDescriptionDescribeMovingAddressesRequest.clone()DescribeMovingAddressesRequest.withFilters(Filter... filters) One or more filters.DescribeMovingAddressesRequest.withFilters(Collection<Filter> filters) One or more filters.DescribeMovingAddressesRequest.withMaxResults(Integer maxResults) The maximum number of results to return for the request in a single page.DescribeMovingAddressesRequest.withNextToken(String nextToken) The token to use to retrieve the next page of results.DescribeMovingAddressesRequest.withPublicIps(String... publicIps) One or more Elastic IP addresses.DescribeMovingAddressesRequest.withPublicIps(Collection<String> publicIps) One or more Elastic IP addresses.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeMovingAddressesRequestModifier and TypeMethodDescriptionDescribeMovingAddressesRequest.getDryRunRequest()This method is intended for internal use only.