@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeVolumesRequest extends AmazonWebServiceRequest implements Serializable, Cloneable, DryRunSupportedRequest<DescribeVolumesRequest>
NOOP| Constructor and Description |
|---|
DescribeVolumesRequest()
Default constructor for DescribeVolumesRequest object.
|
DescribeVolumesRequest(List<String> volumeIds)
Constructs a new DescribeVolumesRequest object.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeVolumesRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
Request<DescribeVolumesRequest> |
getDryRunRequest()
This method is intended for internal use only.
|
List<Filter> |
getFilters()
The filters.
|
Integer |
getMaxResults()
The maximum number of volume results returned by
DescribeVolumes in paginated output. |
String |
getNextToken()
The
NextToken value returned from a previous paginated DescribeVolumes request where
MaxResults was used and the results exceeded the value of that parameter. |
List<String> |
getVolumeIds()
The volume IDs.
|
int |
hashCode() |
void |
setFilters(Collection<Filter> filters)
The filters.
|
void |
setMaxResults(Integer maxResults)
The maximum number of volume results returned by
DescribeVolumes in paginated output. |
void |
setNextToken(String nextToken)
The
NextToken value returned from a previous paginated DescribeVolumes request where
MaxResults was used and the results exceeded the value of that parameter. |
void |
setVolumeIds(Collection<String> volumeIds)
The volume IDs.
|
String |
toString()
Returns a string representation of this object.
|
DescribeVolumesRequest |
withFilters(Collection<Filter> filters)
The filters.
|
DescribeVolumesRequest |
withFilters(Filter... filters)
The filters.
|
DescribeVolumesRequest |
withMaxResults(Integer maxResults)
The maximum number of volume results returned by
DescribeVolumes in paginated output. |
DescribeVolumesRequest |
withNextToken(String nextToken)
The
NextToken value returned from a previous paginated DescribeVolumes request where
MaxResults was used and the results exceeded the value of that parameter. |
DescribeVolumesRequest |
withVolumeIds(Collection<String> volumeIds)
The volume IDs.
|
DescribeVolumesRequest |
withVolumeIds(String... volumeIds)
The volume IDs.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic DescribeVolumesRequest()
public List<Filter> getFilters()
The filters.
attachment.attach-time - The time stamp when the attachment initiated.
attachment.delete-on-termination - Whether the volume is deleted on instance termination.
attachment.device - The device name specified in the block device mapping (for example,
/dev/sda1).
attachment.instance-id - The ID of the instance the volume is attached to.
attachment.status - The attachment state (attaching | attached |
detaching).
availability-zone - The Availability Zone in which the volume was created.
create-time - The time stamp when the volume was created.
encrypted - Indicates whether the volume is encrypted (true | false)
size - The size of the volume, in GiB.
snapshot-id - The snapshot from which the volume was created.
status - The status of the volume (creating | available |
in-use | deleting | deleted | error).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner and the value TeamA, specify tag:Owner for the filter name
and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
volume-id - The volume ID.
volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose SSD,
io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for
Cold HDD, or standard for Magnetic volumes.
attachment.attach-time - The time stamp when the attachment initiated.
attachment.delete-on-termination - Whether the volume is deleted on instance termination.
attachment.device - The device name specified in the block device mapping (for example,
/dev/sda1).
attachment.instance-id - The ID of the instance the volume is attached to.
attachment.status - The attachment state (attaching | attached |
detaching).
availability-zone - The Availability Zone in which the volume was created.
create-time - The time stamp when the volume was created.
encrypted - Indicates whether the volume is encrypted (true |
false)
size - The size of the volume, in GiB.
snapshot-id - The snapshot from which the volume was created.
status - The status of the volume (creating | available |
in-use | deleting | deleted | error).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that
have a tag with the key Owner and the value TeamA, specify
tag:Owner for the filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
volume-id - The volume ID.
volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose
SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD,
sc1 for Cold HDD, or standard for Magnetic volumes.
public void setFilters(Collection<Filter> filters)
The filters.
attachment.attach-time - The time stamp when the attachment initiated.
attachment.delete-on-termination - Whether the volume is deleted on instance termination.
attachment.device - The device name specified in the block device mapping (for example,
/dev/sda1).
attachment.instance-id - The ID of the instance the volume is attached to.
attachment.status - The attachment state (attaching | attached |
detaching).
availability-zone - The Availability Zone in which the volume was created.
create-time - The time stamp when the volume was created.
encrypted - Indicates whether the volume is encrypted (true | false)
size - The size of the volume, in GiB.
snapshot-id - The snapshot from which the volume was created.
status - The status of the volume (creating | available |
in-use | deleting | deleted | error).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner and the value TeamA, specify tag:Owner for the filter name
and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
volume-id - The volume ID.
volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose SSD,
io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for
Cold HDD, or standard for Magnetic volumes.
filters - The filters.
attachment.attach-time - The time stamp when the attachment initiated.
attachment.delete-on-termination - Whether the volume is deleted on instance termination.
attachment.device - The device name specified in the block device mapping (for example,
/dev/sda1).
attachment.instance-id - The ID of the instance the volume is attached to.
attachment.status - The attachment state (attaching | attached |
detaching).
availability-zone - The Availability Zone in which the volume was created.
create-time - The time stamp when the volume was created.
encrypted - Indicates whether the volume is encrypted (true | false
)
size - The size of the volume, in GiB.
snapshot-id - The snapshot from which the volume was created.
status - The status of the volume (creating | available |
in-use | deleting | deleted | error).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner and the value TeamA, specify tag:Owner for
the filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
volume-id - The volume ID.
volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose
SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD,
sc1 for Cold HDD, or standard for Magnetic volumes.
public DescribeVolumesRequest withFilters(Filter... filters)
The filters.
attachment.attach-time - The time stamp when the attachment initiated.
attachment.delete-on-termination - Whether the volume is deleted on instance termination.
attachment.device - The device name specified in the block device mapping (for example,
/dev/sda1).
attachment.instance-id - The ID of the instance the volume is attached to.
attachment.status - The attachment state (attaching | attached |
detaching).
availability-zone - The Availability Zone in which the volume was created.
create-time - The time stamp when the volume was created.
encrypted - Indicates whether the volume is encrypted (true | false)
size - The size of the volume, in GiB.
snapshot-id - The snapshot from which the volume was created.
status - The status of the volume (creating | available |
in-use | deleting | deleted | error).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner and the value TeamA, specify tag:Owner for the filter name
and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
volume-id - The volume ID.
volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose SSD,
io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for
Cold HDD, or standard for Magnetic volumes.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection) or withFilters(java.util.Collection) if you want to override
the existing values.
filters - The filters.
attachment.attach-time - The time stamp when the attachment initiated.
attachment.delete-on-termination - Whether the volume is deleted on instance termination.
attachment.device - The device name specified in the block device mapping (for example,
/dev/sda1).
attachment.instance-id - The ID of the instance the volume is attached to.
attachment.status - The attachment state (attaching | attached |
detaching).
availability-zone - The Availability Zone in which the volume was created.
create-time - The time stamp when the volume was created.
encrypted - Indicates whether the volume is encrypted (true | false
)
size - The size of the volume, in GiB.
snapshot-id - The snapshot from which the volume was created.
status - The status of the volume (creating | available |
in-use | deleting | deleted | error).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner and the value TeamA, specify tag:Owner for
the filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
volume-id - The volume ID.
volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose
SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD,
sc1 for Cold HDD, or standard for Magnetic volumes.
public DescribeVolumesRequest withFilters(Collection<Filter> filters)
The filters.
attachment.attach-time - The time stamp when the attachment initiated.
attachment.delete-on-termination - Whether the volume is deleted on instance termination.
attachment.device - The device name specified in the block device mapping (for example,
/dev/sda1).
attachment.instance-id - The ID of the instance the volume is attached to.
attachment.status - The attachment state (attaching | attached |
detaching).
availability-zone - The Availability Zone in which the volume was created.
create-time - The time stamp when the volume was created.
encrypted - Indicates whether the volume is encrypted (true | false)
size - The size of the volume, in GiB.
snapshot-id - The snapshot from which the volume was created.
status - The status of the volume (creating | available |
in-use | deleting | deleted | error).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag key in
the filter name and the tag value as the filter value. For example, to find all resources that have a tag with
the key Owner and the value TeamA, specify tag:Owner for the filter name
and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources assigned
a tag with a specific key, regardless of the tag value.
volume-id - The volume ID.
volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose SSD,
io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD, sc1 for
Cold HDD, or standard for Magnetic volumes.
filters - The filters.
attachment.attach-time - The time stamp when the attachment initiated.
attachment.delete-on-termination - Whether the volume is deleted on instance termination.
attachment.device - The device name specified in the block device mapping (for example,
/dev/sda1).
attachment.instance-id - The ID of the instance the volume is attached to.
attachment.status - The attachment state (attaching | attached |
detaching).
availability-zone - The Availability Zone in which the volume was created.
create-time - The time stamp when the volume was created.
encrypted - Indicates whether the volume is encrypted (true | false
)
size - The size of the volume, in GiB.
snapshot-id - The snapshot from which the volume was created.
status - The status of the volume (creating | available |
in-use | deleting | deleted | error).
tag:<key> - The key/value combination of a tag assigned to the resource. Use the tag
key in the filter name and the tag value as the filter value. For example, to find all resources that have
a tag with the key Owner and the value TeamA, specify tag:Owner for
the filter name and TeamA for the filter value.
tag-key - The key of a tag assigned to the resource. Use this filter to find all resources
assigned a tag with a specific key, regardless of the tag value.
volume-id - The volume ID.
volume-type - The Amazon EBS volume type. This can be gp2 for General Purpose
SSD, io1 for Provisioned IOPS SSD, st1 for Throughput Optimized HDD,
sc1 for Cold HDD, or standard for Magnetic volumes.
public void setVolumeIds(Collection<String> volumeIds)
The volume IDs.
volumeIds - The volume IDs.public DescribeVolumesRequest withVolumeIds(String... volumeIds)
The volume IDs.
NOTE: This method appends the values to the existing list (if any). Use
setVolumeIds(java.util.Collection) or withVolumeIds(java.util.Collection) if you want to
override the existing values.
volumeIds - The volume IDs.public DescribeVolumesRequest withVolumeIds(Collection<String> volumeIds)
The volume IDs.
volumeIds - The volume IDs.public void setMaxResults(Integer maxResults)
The maximum number of volume results returned by DescribeVolumes in paginated output. When this
parameter is used, DescribeVolumes only returns MaxResults results in a single page
along with a NextToken response element. The remaining results of the initial request can be seen by
sending another DescribeVolumes request with the returned NextToken value. This value
can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are
returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot
specify this parameter and the volume IDs parameter in the same request.
maxResults - The maximum number of volume results returned by DescribeVolumes in paginated output. When
this parameter is used, DescribeVolumes only returns MaxResults results in a
single page along with a NextToken response element. The remaining results of the initial
request can be seen by sending another DescribeVolumes request with the returned
NextToken value. This value can be between 5 and 500; if MaxResults is given a
value larger than 500, only 500 results are returned. If this parameter is not used, then
DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs
parameter in the same request.public Integer getMaxResults()
The maximum number of volume results returned by DescribeVolumes in paginated output. When this
parameter is used, DescribeVolumes only returns MaxResults results in a single page
along with a NextToken response element. The remaining results of the initial request can be seen by
sending another DescribeVolumes request with the returned NextToken value. This value
can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are
returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot
specify this parameter and the volume IDs parameter in the same request.
DescribeVolumes in paginated output. When
this parameter is used, DescribeVolumes only returns MaxResults results in a
single page along with a NextToken response element. The remaining results of the initial
request can be seen by sending another DescribeVolumes request with the returned
NextToken value. This value can be between 5 and 500; if MaxResults is given a
value larger than 500, only 500 results are returned. If this parameter is not used, then
DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs
parameter in the same request.public DescribeVolumesRequest withMaxResults(Integer maxResults)
The maximum number of volume results returned by DescribeVolumes in paginated output. When this
parameter is used, DescribeVolumes only returns MaxResults results in a single page
along with a NextToken response element. The remaining results of the initial request can be seen by
sending another DescribeVolumes request with the returned NextToken value. This value
can be between 5 and 500; if MaxResults is given a value larger than 500, only 500 results are
returned. If this parameter is not used, then DescribeVolumes returns all results. You cannot
specify this parameter and the volume IDs parameter in the same request.
maxResults - The maximum number of volume results returned by DescribeVolumes in paginated output. When
this parameter is used, DescribeVolumes only returns MaxResults results in a
single page along with a NextToken response element. The remaining results of the initial
request can be seen by sending another DescribeVolumes request with the returned
NextToken value. This value can be between 5 and 500; if MaxResults is given a
value larger than 500, only 500 results are returned. If this parameter is not used, then
DescribeVolumes returns all results. You cannot specify this parameter and the volume IDs
parameter in the same request.public void setNextToken(String nextToken)
The NextToken value returned from a previous paginated DescribeVolumes request where
MaxResults was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the NextToken value. This value is null
when there are no more results to return.
nextToken - The NextToken value returned from a previous paginated DescribeVolumes request
where MaxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken value. This value
is null when there are no more results to return.public String getNextToken()
The NextToken value returned from a previous paginated DescribeVolumes request where
MaxResults was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the NextToken value. This value is null
when there are no more results to return.
NextToken value returned from a previous paginated DescribeVolumes request
where MaxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken value. This value
is null when there are no more results to return.public DescribeVolumesRequest withNextToken(String nextToken)
The NextToken value returned from a previous paginated DescribeVolumes request where
MaxResults was used and the results exceeded the value of that parameter. Pagination continues from
the end of the previous results that returned the NextToken value. This value is null
when there are no more results to return.
nextToken - The NextToken value returned from a previous paginated DescribeVolumes request
where MaxResults was used and the results exceeded the value of that parameter. Pagination
continues from the end of the previous results that returned the NextToken value. This value
is null when there are no more results to return.public Request<DescribeVolumesRequest> getDryRunRequest()
getDryRunRequest in interface DryRunSupportedRequest<DescribeVolumesRequest>public String toString()
toString in class ObjectObject.toString()public DescribeVolumesRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.