Java com.amazonaws.services.ec2.model CopySnapshotRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.ec2.model CopySnapshotRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.ec2.model CopySnapshotRequest.

The text is from its open source code.

Method

StringgetDestinationRegion()

The destination Region to use in the PresignedUrl parameter of a snapshot copy operation.

StringgetSourceRegion()

The ID of the Region that contains the snapshot to be copied.

StringgetSourceSnapshotId()

The ID of the EBS snapshot to copy.

StringtoString()
Returns a string representation of this object.