Uses of Class
com.amazonaws.services.ec2.model.ModifyInstancePlacementRequest
Packages that use ModifyInstancePlacementRequest
-
Uses of ModifyInstancePlacementRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ModifyInstancePlacementRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.modifyInstancePlacement
(ModifyInstancePlacementRequest request) AmazonEC2.modifyInstancePlacement
(ModifyInstancePlacementRequest modifyInstancePlacementRequest) Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.AmazonEC2Client.modifyInstancePlacement
(ModifyInstancePlacementRequest modifyInstancePlacementRequest) Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.AbstractAmazonEC2Async.modifyInstancePlacementAsync
(ModifyInstancePlacementRequest request) AbstractAmazonEC2Async.modifyInstancePlacementAsync
(ModifyInstancePlacementRequest request, AsyncHandler<ModifyInstancePlacementRequest, ModifyInstancePlacementResult> asyncHandler) AmazonEC2Async.modifyInstancePlacementAsync
(ModifyInstancePlacementRequest modifyInstancePlacementRequest) Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.AmazonEC2Async.modifyInstancePlacementAsync
(ModifyInstancePlacementRequest modifyInstancePlacementRequest, AsyncHandler<ModifyInstancePlacementRequest, ModifyInstancePlacementResult> asyncHandler) Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.AmazonEC2AsyncClient.modifyInstancePlacementAsync
(ModifyInstancePlacementRequest request) AmazonEC2AsyncClient.modifyInstancePlacementAsync
(ModifyInstancePlacementRequest request, AsyncHandler<ModifyInstancePlacementRequest, ModifyInstancePlacementResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyInstancePlacementRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.modifyInstancePlacementAsync
(ModifyInstancePlacementRequest request, AsyncHandler<ModifyInstancePlacementRequest, ModifyInstancePlacementResult> asyncHandler) AmazonEC2Async.modifyInstancePlacementAsync
(ModifyInstancePlacementRequest modifyInstancePlacementRequest, AsyncHandler<ModifyInstancePlacementRequest, ModifyInstancePlacementResult> asyncHandler) Set the instance affinity value for a specific stopped instance and modify the instance tenancy setting.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 ModifyInstancePlacementRequestModifier and TypeMethodDescriptionModifyInstancePlacementRequest.clone()
ModifyInstancePlacementRequest.withAffinity
(Affinity affinity) The new affinity setting for the instance.ModifyInstancePlacementRequest.withAffinity
(String affinity) The new affinity setting for the instance.ModifyInstancePlacementRequest.withHostId
(String hostId) The ID of the Dedicated host that the instance will have affinity with.ModifyInstancePlacementRequest.withInstanceId
(String instanceId) The ID of the instance that you are modifying.ModifyInstancePlacementRequest.withTenancy
(HostTenancy tenancy) The tenancy of the instance that you are modifying.ModifyInstancePlacementRequest.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 ModifyInstancePlacementRequestModifier and TypeMethodDescriptionModifyInstancePlacementRequest.getDryRunRequest()
This method is intended for internal use only.