public class DescribeVolumesResult extends Object implements Serializable
Constructor and Description |
---|
DescribeVolumesResult() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Volume> |
getVolumes()
Information about the volumes.
|
int |
hashCode() |
void |
setVolumes(Collection<Volume> volumes)
Information about the volumes.
|
String |
toString() |
public List<Volume> getVolumes()
Information about the volumes.
public void setVolumes(Collection<Volume> volumes)
Information about the volumes.
volumes
- Information about the volumes.Copyright © 2010–2020. All rights reserved.