Class CreateVolumeResult
java.lang.Object
com.amazonaws.services.ec2.model.CreateVolumeResult
- All Implemented Interfaces:
Serializable, Cloneable
A simple result wrapper around the Volume object that was sent over the wire.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()booleanDescribes a volume.inthashCode()voidDescribes a volume.toString()Returns a string representation of this object; useful for testing and debugging.withVolume(Volume volume) Describes a volume.
-
Constructor Details
-
CreateVolumeResult
public CreateVolumeResult()
-
-
Method Details