Cloneable
, ReadLimitInfo
, ToCopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
@Generated("software.amazon.awssdk:codegen") public class DescribeAddressesRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
Contains the parameters for DescribeAddresses.
Modifier and Type | Class | Description |
---|---|---|
static interface |
DescribeAddressesRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
allocationIds() |
[EC2-VPC] One or more allocation IDs.
|
static DescribeAddressesRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
List<Filter> |
filters() |
One or more filters.
|
int |
hashCode() |
|
List<String> |
publicIps() |
[EC2-Classic] One or more Elastic IP addresses.
|
static Class<? extends DescribeAddressesRequest.Builder> |
serializableBuilderClass() |
|
DescribeAddressesRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public List<Filter> filters()
One or more filters. Filter names and values are case-sensitive.
allocation-id
- [EC2-VPC] The allocation ID for the address.
association-id
- [EC2-VPC] The association ID for the address.
domain
- Indicates whether the address is for use in EC2-Classic (standard
) or in a VPC
(vpc
).
instance-id
- The ID of the instance the address is associated with, if any.
network-interface-id
- [EC2-VPC] The ID of the network interface that the address is associated
with, if any.
network-interface-owner-id
- The AWS account ID of the owner.
private-ip-address
- [EC2-VPC] The private IP address associated with the Elastic IP address.
public-ip
- The Elastic IP address.
allocation-id
- [EC2-VPC] The allocation ID for the address.
association-id
- [EC2-VPC] The association ID for the address.
domain
- Indicates whether the address is for use in EC2-Classic (standard
) or
in a VPC (vpc
).
instance-id
- The ID of the instance the address is associated with, if any.
network-interface-id
- [EC2-VPC] The ID of the network interface that the address is
associated with, if any.
network-interface-owner-id
- The AWS account ID of the owner.
private-ip-address
- [EC2-VPC] The private IP address associated with the Elastic IP
address.
public-ip
- The Elastic IP address.
public List<String> publicIps()
[EC2-Classic] One or more Elastic IP addresses.
Default: Describes all your Elastic IP addresses.
Default: Describes all your Elastic IP addresses.
public List<String> allocationIds()
[EC2-VPC] One or more allocation IDs.
Default: Describes all your Elastic IP addresses.
Default: Describes all your Elastic IP addresses.
public DescribeAddressesRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<DescribeAddressesRequest.Builder,DescribeAddressesRequest>
public static DescribeAddressesRequest.Builder builder()
public static Class<? extends DescribeAddressesRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.