Uses of Class
com.amazonaws.services.ec2.model.DescribeAddressesRequest
-
Packages that use DescribeAddressesRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeAddressesRequest in com.amazonaws.services.ec2
-
Uses of DescribeAddressesRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeAddressesRequest Modifier and Type Method Description DescribeAddressesRequestDescribeAddressesRequest. clone()DescribeAddressesRequestDescribeAddressesRequest. withAllocationIds(String... allocationIds)[EC2-VPC] One or more allocation IDs.DescribeAddressesRequestDescribeAddressesRequest. withAllocationIds(Collection<String> allocationIds)[EC2-VPC] One or more allocation IDs.DescribeAddressesRequestDescribeAddressesRequest. withFilters(Filter... filters)One or more filters.DescribeAddressesRequestDescribeAddressesRequest. withFilters(Collection<Filter> filters)One or more filters.DescribeAddressesRequestDescribeAddressesRequest. withPublicIps(String... publicIps)[EC2-Classic] One or more Elastic IP addresses.DescribeAddressesRequestDescribeAddressesRequest. withPublicIps(Collection<String> publicIps)[EC2-Classic] One or more Elastic IP addresses.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DescribeAddressesRequest Modifier and Type Method Description Request<DescribeAddressesRequest>DescribeAddressesRequest. getDryRunRequest()This method is intended for internal use only.
-