Uses of Class
com.amazonaws.services.ec2.model.ModifyInstancePlacementRequest
-
Packages that use ModifyInstancePlacementRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ModifyInstancePlacementRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyInstancePlacementRequest 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 ModifyInstancePlacementRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifyInstancePlacementRequest Modifier and Type Method Description ModifyInstancePlacementRequestModifyInstancePlacementRequest. clone()ModifyInstancePlacementRequestModifyInstancePlacementRequest. withAffinity(Affinity affinity)The new affinity setting for the instance.ModifyInstancePlacementRequestModifyInstancePlacementRequest. withAffinity(String affinity)The new affinity setting for the instance.ModifyInstancePlacementRequestModifyInstancePlacementRequest. withHostId(String hostId)The ID of the Dedicated host that the instance will have affinity with.ModifyInstancePlacementRequestModifyInstancePlacementRequest. withInstanceId(String instanceId)The ID of the instance that you are modifying.ModifyInstancePlacementRequestModifyInstancePlacementRequest. withTenancy(HostTenancy tenancy)The tenancy of the instance that you are modifying.ModifyInstancePlacementRequestModifyInstancePlacementRequest. withTenancy(String tenancy)The tenancy of the instance that you are modifying.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifyInstancePlacementRequest Modifier and Type Method Description Request<ModifyInstancePlacementRequest>ModifyInstancePlacementRequest. getDryRunRequest()This method is intended for internal use only.
-