| 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 | 
|---|---|
ModifyInstancePlacementResult | 
AmazonEC2Client.modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
 Set the instance affinity value for a specific stopped instance and
 modify the instance tenancy setting. 
 | 
ModifyInstancePlacementResult | 
AmazonEC2.modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
 Set the instance affinity value for a specific stopped instance and
 modify the instance tenancy setting. 
 | 
Future<ModifyInstancePlacementResult> | 
AmazonEC2AsyncClient.modifyInstancePlacementAsync(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
 Set the instance affinity value for a specific stopped instance and
 modify the instance tenancy setting. 
 | 
Future<ModifyInstancePlacementResult> | 
AmazonEC2Async.modifyInstancePlacementAsync(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
 Set the instance affinity value for a specific stopped instance and
 modify the instance tenancy setting. 
 | 
Future<ModifyInstancePlacementResult> | 
AmazonEC2AsyncClient.modifyInstancePlacementAsync(ModifyInstancePlacementRequest modifyInstancePlacementRequest,
                            AsyncHandler<ModifyInstancePlacementRequest,ModifyInstancePlacementResult> asyncHandler)
 Set the instance affinity value for a specific stopped instance and
 modify the instance tenancy setting. 
 | 
Future<ModifyInstancePlacementResult> | 
AmazonEC2Async.modifyInstancePlacementAsync(ModifyInstancePlacementRequest modifyInstancePlacementRequest,
                            AsyncHandler<ModifyInstancePlacementRequest,ModifyInstancePlacementResult> asyncHandler)
 Set the instance affinity value for a specific stopped instance and
 modify the instance tenancy setting. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ModifyInstancePlacementResult> | 
AmazonEC2AsyncClient.modifyInstancePlacementAsync(ModifyInstancePlacementRequest modifyInstancePlacementRequest,
                            AsyncHandler<ModifyInstancePlacementRequest,ModifyInstancePlacementResult> asyncHandler)
 Set the instance affinity value for a specific stopped instance and
 modify the instance tenancy setting. 
 | 
Future<ModifyInstancePlacementResult> | 
AmazonEC2Async.modifyInstancePlacementAsync(ModifyInstancePlacementRequest modifyInstancePlacementRequest,
                            AsyncHandler<ModifyInstancePlacementRequest,ModifyInstancePlacementResult> asyncHandler)
 Set the instance affinity value for a specific stopped instance and
 modify the instance tenancy setting. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyInstancePlacementRequest | 
ModifyInstancePlacementRequest.withAffinity(Affinity affinity)
The new affinity setting for the instance. 
 | 
ModifyInstancePlacementRequest | 
ModifyInstancePlacementRequest.withAffinity(String affinity)
The new affinity setting for the instance. 
 | 
ModifyInstancePlacementRequest | 
ModifyInstancePlacementRequest.withHostId(String hostId)
The ID of the Dedicated host that the instance will have affinity
 with. 
 | 
ModifyInstancePlacementRequest | 
ModifyInstancePlacementRequest.withInstanceId(String instanceId)
The ID of the instance that you are modifying. 
 | 
ModifyInstancePlacementRequest | 
ModifyInstancePlacementRequest.withTenancy(HostTenancy tenancy)
The tenancy of the instance that you are modifying. 
 | 
ModifyInstancePlacementRequest | 
ModifyInstancePlacementRequest.withTenancy(String tenancy)
The tenancy of the instance that you are modifying. 
 | 
Copyright © 2016. All rights reserved.