Uses of Class
com.amazonaws.services.ec2.model.ModifyHostsRequest
Packages that use ModifyHostsRequest
-
Uses of ModifyHostsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type ModifyHostsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.modifyHosts(ModifyHostsRequest request) AmazonEC2.modifyHosts(ModifyHostsRequest modifyHostsRequest) Modify the auto-placement setting of a Dedicated host.AmazonEC2Client.modifyHosts(ModifyHostsRequest modifyHostsRequest) Modify the auto-placement setting of a Dedicated host.AbstractAmazonEC2Async.modifyHostsAsync(ModifyHostsRequest request) AbstractAmazonEC2Async.modifyHostsAsync(ModifyHostsRequest request, AsyncHandler<ModifyHostsRequest, ModifyHostsResult> asyncHandler) AmazonEC2Async.modifyHostsAsync(ModifyHostsRequest modifyHostsRequest) Modify the auto-placement setting of a Dedicated host.AmazonEC2Async.modifyHostsAsync(ModifyHostsRequest modifyHostsRequest, AsyncHandler<ModifyHostsRequest, ModifyHostsResult> asyncHandler) Modify the auto-placement setting of a Dedicated host.AmazonEC2AsyncClient.modifyHostsAsync(ModifyHostsRequest request) AmazonEC2AsyncClient.modifyHostsAsync(ModifyHostsRequest request, AsyncHandler<ModifyHostsRequest, ModifyHostsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifyHostsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.modifyHostsAsync(ModifyHostsRequest request, AsyncHandler<ModifyHostsRequest, ModifyHostsResult> asyncHandler) AmazonEC2Async.modifyHostsAsync(ModifyHostsRequest modifyHostsRequest, AsyncHandler<ModifyHostsRequest, ModifyHostsResult> asyncHandler) Modify the auto-placement setting of a Dedicated host.AmazonEC2AsyncClient.modifyHostsAsync(ModifyHostsRequest request, AsyncHandler<ModifyHostsRequest, ModifyHostsResult> asyncHandler) -
Uses of ModifyHostsRequest in com.amazonaws.services.ec2.model
Classes in com.amazonaws.services.ec2.model that implement interfaces with type arguments of type ModifyHostsRequestModifier and TypeClassDescriptionclassContains the parameters for ModifyHosts.Methods in com.amazonaws.services.ec2.model that return ModifyHostsRequestModifier and TypeMethodDescriptionModifyHostsRequest.clone()ModifyHostsRequest.withAutoPlacement(AutoPlacement autoPlacement) Specify whether to enable or disable auto-placement.ModifyHostsRequest.withAutoPlacement(String autoPlacement) Specify whether to enable or disable auto-placement.ModifyHostsRequest.withHostIds(String... hostIds) The host IDs of the Dedicated hosts you want to modify.ModifyHostsRequest.withHostIds(Collection<String> hostIds) The host IDs of the Dedicated hosts you want to modify.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifyHostsRequestModifier and TypeMethodDescriptionModifyHostsRequest.getDryRunRequest()This method is intended for internal use only.