Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<ModifySnapshotAttributeResult> |
AmazonEC2AsyncClient.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest request,
AsyncHandler<ModifySnapshotAttributeRequest,ModifySnapshotAttributeResult> asyncHandler) |
java.util.concurrent.Future<ModifySnapshotAttributeResult> |
AmazonEC2Async.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest,
AsyncHandler<ModifySnapshotAttributeRequest,ModifySnapshotAttributeResult> asyncHandler)
Adds or removes permission settings for the specified snapshot.
|
java.util.concurrent.Future<ModifySnapshotAttributeResult> |
AbstractAmazonEC2Async.modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest request,
AsyncHandler<ModifySnapshotAttributeRequest,ModifySnapshotAttributeResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.clone() |
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withAttribute(SnapshotAttributeName attribute)
The snapshot attribute to modify.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withAttribute(java.lang.String attribute)
The snapshot attribute to modify.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withCreateVolumePermission(CreateVolumePermissionModifications createVolumePermission)
A JSON representation of the snapshot attribute modification.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withGroupNames(java.util.Collection<java.lang.String> groupNames)
The group to modify for the snapshot.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withGroupNames(java.lang.String... groupNames)
The group to modify for the snapshot.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withOperationType(OperationType operationType)
The type of operation to perform to the attribute.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withOperationType(java.lang.String operationType)
The type of operation to perform to the attribute.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withSnapshotId(java.lang.String snapshotId)
The ID of the snapshot.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withUserIds(java.util.Collection<java.lang.String> userIds)
The account ID to modify for the snapshot.
|
ModifySnapshotAttributeRequest |
ModifySnapshotAttributeRequest.withUserIds(java.lang.String... userIds)
The account ID to modify for the snapshot.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifySnapshotAttributeRequest> |
ModifySnapshotAttributeRequest.getDryRunRequest()
This method is intended for internal use only.
|
Modifier and Type | Method and Description |
---|---|
Request<ModifySnapshotAttributeRequest> |
ModifySnapshotAttributeRequestMarshaller.marshall(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest) |
Modifier and Type | Method and Description |
---|---|
Request<ModifySnapshotAttributeRequest> |
ModifySnapshotAttributeRequestMarshaller.marshall(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest) |