|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DescribeSnapshotsOptions | |
---|---|
org.jclouds.ec2.options | |
org.jclouds.ec2.services |
Uses of DescribeSnapshotsOptions in org.jclouds.ec2.options |
---|
Methods in org.jclouds.ec2.options that return DescribeSnapshotsOptions | |
---|---|
DescribeSnapshotsOptions |
DescribeSnapshotsOptions.ownedBy(String... owners)
Returns snapshots owned by the specified owner. |
static DescribeSnapshotsOptions |
DescribeSnapshotsOptions.Builder.ownedBy(String... owners)
|
DescribeSnapshotsOptions |
DescribeSnapshotsOptions.restorableBy(String... accountIds)
Account ID of a user that can create volumes from the snapshot. |
static DescribeSnapshotsOptions |
DescribeSnapshotsOptions.Builder.restorableBy(String... accountIds)
|
DescribeSnapshotsOptions |
DescribeSnapshotsOptions.snapshotIds(String... snapshotIds)
The ID of the Amazon EBS snapshot. |
static DescribeSnapshotsOptions |
DescribeSnapshotsOptions.Builder.snapshotIds(String... snapshotIds)
|
Uses of DescribeSnapshotsOptions in org.jclouds.ec2.services |
---|
Methods in org.jclouds.ec2.services with parameters of type DescribeSnapshotsOptions | |
---|---|
Set<Snapshot> |
ElasticBlockStoreClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user. |
com.google.common.util.concurrent.ListenableFuture<? extends Set<Snapshot>> |
ElasticBlockStoreAsyncClient.describeSnapshotsInRegion(String region,
DescribeSnapshotsOptions... options)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |