Uses of Class
com.amazonaws.services.ec2.model.ModifyInstancePlacementResult
-
Packages that use ModifyInstancePlacementResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ModifyInstancePlacementResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return ModifyInstancePlacementResult Modifier and Type Method Description ModifyInstancePlacementResult
AbstractAmazonEC2. modifyInstancePlacement(ModifyInstancePlacementRequest request)
ModifyInstancePlacementResult
AmazonEC2. modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.ModifyInstancePlacementResult
AmazonEC2Client. modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest)
Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyInstancePlacementResult Modifier and Type Method Description Future<ModifyInstancePlacementResult>
AbstractAmazonEC2Async. modifyInstancePlacementAsync(ModifyInstancePlacementRequest request, AsyncHandler<ModifyInstancePlacementRequest,ModifyInstancePlacementResult> asyncHandler)
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.Future<ModifyInstancePlacementResult>
AmazonEC2AsyncClient. modifyInstancePlacementAsync(ModifyInstancePlacementRequest request, AsyncHandler<ModifyInstancePlacementRequest,ModifyInstancePlacementResult> asyncHandler)
-
Uses of ModifyInstancePlacementResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifyInstancePlacementResult Modifier and Type Method Description ModifyInstancePlacementResult
ModifyInstancePlacementResult. clone()
ModifyInstancePlacementResult
ModifyInstancePlacementResult. withReturn(Boolean returnValue)
Istrue
if the request succeeds, and an error otherwise.
-