Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeResult |
AmazonEC2Client.describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.
|
DescribeSnapshotAttributeResult |
AmazonEC2.describeSnapshotAttribute(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest)
Describes the specified attribute of the specified snapshot.
|
DescribeSnapshotAttributeResult |
AbstractAmazonEC2.describeSnapshotAttribute(DescribeSnapshotAttributeRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<DescribeSnapshotAttributeResult> |
AmazonEC2AsyncClient.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest request,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler) |
java.util.concurrent.Future<DescribeSnapshotAttributeResult> |
AmazonEC2Async.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest describeSnapshotAttributeRequest,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler)
Describes the specified attribute of the specified snapshot.
|
java.util.concurrent.Future<DescribeSnapshotAttributeResult> |
AbstractAmazonEC2Async.describeSnapshotAttributeAsync(DescribeSnapshotAttributeRequest request,
AsyncHandler<DescribeSnapshotAttributeRequest,DescribeSnapshotAttributeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.clone() |
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withCreateVolumePermissions(java.util.Collection<CreateVolumePermission> createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withCreateVolumePermissions(CreateVolumePermission... createVolumePermissions)
A list of permissions for creating volumes from the snapshot.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withProductCodes(java.util.Collection<ProductCode> productCodes)
A list of product codes.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withProductCodes(ProductCode... productCodes)
A list of product codes.
|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResult.withSnapshotId(java.lang.String snapshotId)
The ID of the EBS snapshot.
|
Modifier and Type | Method and Description |
---|---|
DescribeSnapshotAttributeResult |
DescribeSnapshotAttributeResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |