Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
void |
AmazonEC2.resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
|
void |
AmazonEC2Client.resetSnapshotAttribute(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
|
Future<Void> |
AmazonEC2AsyncClient.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
|
Future<Void> |
AmazonEC2Async.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest)
Resets permission settings for the specified snapshot.
|
Future<Void> |
AmazonEC2AsyncClient.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest,
AsyncHandler<ResetSnapshotAttributeRequest,Void> asyncHandler)
Resets permission settings for the specified snapshot.
|
Future<Void> |
AmazonEC2Async.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest,
AsyncHandler<ResetSnapshotAttributeRequest,Void> asyncHandler)
Resets permission settings for the specified snapshot.
|
Modifier and Type | Method and Description |
---|---|
Future<Void> |
AmazonEC2AsyncClient.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest,
AsyncHandler<ResetSnapshotAttributeRequest,Void> asyncHandler)
Resets permission settings for the specified snapshot.
|
Future<Void> |
AmazonEC2Async.resetSnapshotAttributeAsync(ResetSnapshotAttributeRequest resetSnapshotAttributeRequest,
AsyncHandler<ResetSnapshotAttributeRequest,Void> 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 © 2015. All rights reserved.