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 DescribeSnapshotAttributeResultAbstractAmazonEC2. describeSnapshotAttribute(DescribeSnapshotAttributeRequest request)DescribeSnapshotAttributeResultAmazonEC2. describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)Describes the specified attribute of the specified snapshot.DescribeSnapshotAttributeResultAmazonEC2Client. 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 DescribeSnapshotAttributeResultDescribeSnapshotAttributeResult. clone()DescribeSnapshotAttributeResultDescribeSnapshotAttributeResult. withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)A list of permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResultDescribeSnapshotAttributeResult. withCreateVolumePermissions(Collection<CreateVolumePermission> createVolumePermissions)A list of permissions for creating volumes from the snapshot.DescribeSnapshotAttributeResultDescribeSnapshotAttributeResult. withProductCodes(ProductCode... productCodes)A list of product codes.DescribeSnapshotAttributeResultDescribeSnapshotAttributeResult. withProductCodes(Collection<ProductCode> productCodes)A list of product codes.DescribeSnapshotAttributeResultDescribeSnapshotAttributeResult. withSnapshotId(String snapshotId)The ID of the EBS snapshot.
-