Uses of Class
com.amazonaws.services.ec2.model.DescribeSnapshotAttributeResult
-
Packages that use DescribeSnapshotAttributeResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DescribeSnapshotAttributeResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return DescribeSnapshotAttributeResult Modifier and Type Method Description DescribeSnapshotAttributeResult
AbstractAmazonEC2. describeSnapshotAttribute(DescribeSnapshotAttributeRequest request)
DescribeSnapshotAttributeResult
AmazonEC2. describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.DescribeSnapshotAttributeResult
AmazonEC2Client. describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.Method parameters in com.amazonaws.services.ec2 with type arguments of type DescribeSnapshotAttributeResult Modifier and Type Method Description Future<DescribeSnapshotAttributeResult>
AbstractAmazonEC2Async. describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest request, AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler)
Future<DescribeSnapshotAttributeResult>
AmazonEC2Async. describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest, AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler)
Describes the specified attribute of the specified snapshot.Future<DescribeSnapshotAttributeResult>
AmazonEC2AsyncClient. describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest request, AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler)
-
Uses of DescribeSnapshotAttributeResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DescribeSnapshotAttributeResult Modifier and Type Method Description DescribeSnapshotAttributeResult
DescribeSnapshotAttributeResult. clone()
DescribeSnapshotAttributeResult
DescribeSnapshotAttributeResult. withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)
A list of permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResult
DescribeSnapshotAttributeResult. withCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResult
DescribeSnapshotAttributeResult. withProductCodes(ProductCode... productCodes)
A list of product codes.DescribeSnapshotAttributeResult
DescribeSnapshotAttributeResult. withProductCodes(Collection<ProductCode> productCodes)
A list of product codes.DescribeSnapshotAttributeResult
DescribeSnapshotAttributeResult. withSnapshotId(String snapshotId)
The ID of the EBS snapshot.
-