Uses of Class
com.amazonaws.services.ec2.model.ModifySpotFleetRequestRequest
-
Packages that use ModifySpotFleetRequestRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of ModifySpotFleetRequestRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type ModifySpotFleetRequestRequest Modifier and Type Method Description Future<ModifySpotFleetRequestResult>AbstractAmazonEC2Async. modifySpotFleetRequestAsync(ModifySpotFleetRequestRequest request, AsyncHandler<ModifySpotFleetRequestRequest,ModifySpotFleetRequestResult> asyncHandler)Future<ModifySpotFleetRequestResult>AmazonEC2Async. modifySpotFleetRequestAsync(ModifySpotFleetRequestRequest modifySpotFleetRequestRequest, AsyncHandler<ModifySpotFleetRequestRequest,ModifySpotFleetRequestResult> asyncHandler)Modifies the specified Spot fleet request.Future<ModifySpotFleetRequestResult>AmazonEC2AsyncClient. modifySpotFleetRequestAsync(ModifySpotFleetRequestRequest request, AsyncHandler<ModifySpotFleetRequestRequest,ModifySpotFleetRequestResult> asyncHandler) -
Uses of ModifySpotFleetRequestRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return ModifySpotFleetRequestRequest Modifier and Type Method Description ModifySpotFleetRequestRequestModifySpotFleetRequestRequest. clone()ModifySpotFleetRequestRequestModifySpotFleetRequestRequest. withExcessCapacityTerminationPolicy(ExcessCapacityTerminationPolicy excessCapacityTerminationPolicy)Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.ModifySpotFleetRequestRequestModifySpotFleetRequestRequest. withExcessCapacityTerminationPolicy(String excessCapacityTerminationPolicy)Indicates whether running Spot instances should be terminated if the target capacity of the Spot fleet request is decreased below the current size of the Spot fleet.ModifySpotFleetRequestRequestModifySpotFleetRequestRequest. withSpotFleetRequestId(String spotFleetRequestId)The ID of the Spot fleet request.ModifySpotFleetRequestRequestModifySpotFleetRequestRequest. withTargetCapacity(Integer targetCapacity)The size of the fleet.Methods in com.amazonaws.services.ec2.model that return types with arguments of type ModifySpotFleetRequestRequest Modifier and Type Method Description Request<ModifySpotFleetRequestRequest>ModifySpotFleetRequestRequest. getDryRunRequest()This method is intended for internal use only.
-