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