Uses of Class
org.jclouds.ec2.options.DescribeSnapshotsOptions
-
Packages that use DescribeSnapshotsOptions Package Description org.jclouds.ec2.features org.jclouds.ec2.options -
-
Uses of DescribeSnapshotsOptions in org.jclouds.ec2.features
Methods in org.jclouds.ec2.features with parameters of type DescribeSnapshotsOptions Modifier and Type Method Description Set<Snapshot>
ElasticBlockStoreApi. describeSnapshotsInRegion(String region, DescribeSnapshotsOptions... options)
Returns information about Amazon EBS snapshots available to the user.Set<Snapshot>
ElasticBlockStoreApi. describeSnapshotsInRegionWithFilter(String region, com.google.common.collect.Multimap<String,String> filter, DescribeSnapshotsOptions... options)
Returns information about EBS snapshots matching the given filters. -
Uses of DescribeSnapshotsOptions in org.jclouds.ec2.options
Methods in org.jclouds.ec2.options that return DescribeSnapshotsOptions Modifier and Type Method Description static DescribeSnapshotsOptions
DescribeSnapshotsOptions.Builder. ownedBy(String... owners)
DescribeSnapshotsOptions
DescribeSnapshotsOptions. ownedBy(String... owners)
Returns snapshots owned by the specified owner.static DescribeSnapshotsOptions
DescribeSnapshotsOptions.Builder. restorableBy(String... accountIds)
DescribeSnapshotsOptions
DescribeSnapshotsOptions. restorableBy(String... accountIds)
Account ID of a user that can create volumes from the snapshot.static DescribeSnapshotsOptions
DescribeSnapshotsOptions.Builder. snapshotIds(String... snapshotIds)
DescribeSnapshotsOptions
DescribeSnapshotsOptions. snapshotIds(String... snapshotIds)
The ID of the Amazon EBS snapshot.
-