Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<ResetSnapshotAttributeResult> |
AbstractAmazonEC2Async.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest request,
AsyncHandler<ResetSnapshotAttributeRequest,ResetSnapshotAttributeResult> asyncHandler) |
Future<ResetSnapshotAttributeResult> |
AmazonEC2AsyncClient.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest request,
AsyncHandler<ResetSnapshotAttributeRequest,ResetSnapshotAttributeResult> asyncHandler) |
Future<ResetSnapshotAttributeResult> |
AmazonEC2Async.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest,
AsyncHandler<ResetSnapshotAttributeRequest,ResetSnapshotAttributeResult> asyncHandler)
Resets permission settings for the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
ResetSnapshotAttributeRequest |
ResetSnapshotAttributeRequest.clone() |
ResetSnapshotAttributeRequest |
ResetSnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
The attribute to reset.
|
ResetSnapshotAttributeRequest |
ResetSnapshotAttributeRequest.withAttribute(String attribute)
The attribute to reset.
|
ResetSnapshotAttributeRequest |
ResetSnapshotAttributeRequest.withSnapshotId(String snapshotId)
The ID of the snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<ResetSnapshotAttributeRequest> |
ResetSnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2018. All rights reserved.