Uses of Class
com.amazonaws.services.ec2.model.ModifySnapshotAttributeRequest
-
Packages that use ModifySnapshotAttributeRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ModifySnapshotAttributeRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifySnapshotAttributeRequest Modifier and Type Method Description Future<ModifySnapshotAttributeResult>AbstractAmazonEC2Async. modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest request, AsyncHandler<ModifySnapshotAttributeRequest,ModifySnapshotAttributeResult> asyncHandler)Future<ModifySnapshotAttributeResult>AmazonEC2Async. modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest modifySnapshotAttributeRequest, AsyncHandler<ModifySnapshotAttributeRequest,ModifySnapshotAttributeResult> asyncHandler)Adds or removes permission settings for the specified snapshot.Future<ModifySnapshotAttributeResult>AmazonEC2AsyncClient. modifySnapshotAttributeAsync(ModifySnapshotAttributeRequest request, AsyncHandler<ModifySnapshotAttributeRequest,ModifySnapshotAttributeResult> asyncHandler) -
Uses of ModifySnapshotAttributeRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifySnapshotAttributeRequest Modifier and Type Method Description ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. clone()ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withAttribute(SnapshotAttributeName attribute)The snapshot attribute to modify.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withAttribute(String attribute)The snapshot attribute to modify.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withCreateVolumePermission(CreateVolumePermissionModifications createVolumePermission)A JSON representation of the snapshot attribute modification.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withGroupNames(String... groupNames)The group to modify for the snapshot.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withGroupNames(Collection<String> groupNames)The group to modify for the snapshot.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withOperationType(OperationType operationType)The type of operation to perform to the attribute.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withOperationType(String operationType)The type of operation to perform to the attribute.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withSnapshotId(String snapshotId)The ID of the snapshot.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withUserIds(String... userIds)The account ID to modify for the snapshot.ModifySnapshotAttributeRequestModifySnapshotAttributeRequest. withUserIds(Collection<String> userIds)The account ID to modify for the snapshot.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifySnapshotAttributeRequest Modifier and Type Method Description Request<ModifySnapshotAttributeRequest>ModifySnapshotAttributeRequest. getDryRunRequest()This method is intended for internal use only.
-