| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 | 
 | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
Future<ModifyInstanceEventStartTimeResult> | 
AmazonEC2Async.modifyInstanceEventStartTimeAsync(ModifyInstanceEventStartTimeRequest modifyInstanceEventStartTimeRequest,
                                 AsyncHandler<ModifyInstanceEventStartTimeRequest,ModifyInstanceEventStartTimeResult> asyncHandler)
 Modifies the start time for a scheduled Amazon EC2 instance event. 
 | 
Future<ModifyInstanceEventStartTimeResult> | 
AbstractAmazonEC2Async.modifyInstanceEventStartTimeAsync(ModifyInstanceEventStartTimeRequest request,
                                 AsyncHandler<ModifyInstanceEventStartTimeRequest,ModifyInstanceEventStartTimeResult> asyncHandler)  | 
Future<ModifyInstanceEventStartTimeResult> | 
AmazonEC2AsyncClient.modifyInstanceEventStartTimeAsync(ModifyInstanceEventStartTimeRequest request,
                                 AsyncHandler<ModifyInstanceEventStartTimeRequest,ModifyInstanceEventStartTimeResult> asyncHandler)  | 
| Modifier and Type | Method and Description | 
|---|---|
ModifyInstanceEventStartTimeRequest | 
ModifyInstanceEventStartTimeRequest.clone()  | 
ModifyInstanceEventStartTimeRequest | 
ModifyInstanceEventStartTimeRequest.withInstanceEventId(String instanceEventId)
 The ID of the event whose date and time you are modifying. 
 | 
ModifyInstanceEventStartTimeRequest | 
ModifyInstanceEventStartTimeRequest.withInstanceId(String instanceId)
 The ID of the instance with the scheduled event. 
 | 
ModifyInstanceEventStartTimeRequest | 
ModifyInstanceEventStartTimeRequest.withNotBefore(Date notBefore)
 The new date and time when the event will take place. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Request<ModifyInstanceEventStartTimeRequest> | 
ModifyInstanceEventStartTimeRequest.getDryRunRequest()
This method is intended for internal use only. 
 | 
Copyright © 2020. All rights reserved.