|
Did this page help you?Yes No Tell us about it... |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.amazonaws.AmazonWebServiceRequest
com.amazonaws.services.storagegateway.model.DescribeCachediSCSIVolumesRequest
public class DescribeCachediSCSIVolumesRequest
Container for the parameters to the DescribeCachediSCSIVolumes operation
.
This operation returns a description of the gateway volumes specified in the request. This operation is supported only for the gateway-cached volume architecture.
The list of gateway volumes in the request must be from one gateway. In the response Amazon Storage Gateway returns volume information sorted by volume Amazon Resource Name (ARN).
AWSStorageGateway.describeCachediSCSIVolumes(DescribeCachediSCSIVolumesRequest)
Constructor Summary | |
---|---|
DescribeCachediSCSIVolumesRequest()
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
List<String> |
getVolumeARNs()
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. |
int |
hashCode()
|
void |
setVolumeARNs(Collection<String> volumeARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. |
String |
toString()
Returns a string representation of this object; useful for testing and debugging. |
DescribeCachediSCSIVolumesRequest |
withVolumeARNs(Collection<String> volumeARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. |
DescribeCachediSCSIVolumesRequest |
withVolumeARNs(String... volumeARNs)
An array of strings, where each string represents the Amazon Resource Name (ARN) of a cached volume. |
Methods inherited from class com.amazonaws.AmazonWebServiceRequest |
---|
copyPrivateRequestParameters, getRequestClientOptions, getRequestCredentials, setRequestCredentials |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public DescribeCachediSCSIVolumesRequest()
Method Detail |
---|
public List<String> getVolumeARNs()
public void setVolumeARNs(Collection<String> volumeARNs)
volumeARNs
- An array of strings, where each string represents the Amazon Resource
Name (ARN) of a cached volume. All of the specified cached volumes
must be from the same gateway. Use ListVolumes to get volume
ARNs of a gateway.public DescribeCachediSCSIVolumesRequest withVolumeARNs(String... volumeARNs)
Returns a reference to this object so that method calls can be chained together.
volumeARNs
- An array of strings, where each string represents the Amazon Resource
Name (ARN) of a cached volume. All of the specified cached volumes
must be from the same gateway. Use ListVolumes to get volume
ARNs of a gateway.
public DescribeCachediSCSIVolumesRequest withVolumeARNs(Collection<String> volumeARNs)
Returns a reference to this object so that method calls can be chained together.
volumeARNs
- An array of strings, where each string represents the Amazon Resource
Name (ARN) of a cached volume. All of the specified cached volumes
must be from the same gateway. Use ListVolumes to get volume
ARNs of a gateway.
public String toString()
toString
in class Object
Object.toString()
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |