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 ModifyInstancePlacementResultAbstractAmazonEC2. modifyInstancePlacement(ModifyInstancePlacementRequest request)ModifyInstancePlacementResultAmazonEC2. modifyInstancePlacement(ModifyInstancePlacementRequest modifyInstancePlacementRequest)Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.ModifyInstancePlacementResultAmazonEC2Client. 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 ModifyInstancePlacementResultModifyInstancePlacementResult. clone()ModifyInstancePlacementResultModifyInstancePlacementResult. withReturn(Boolean returnValue)Istrueif the request succeeds, and an error otherwise.
-