Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateInstanceEventWindowResult |
AbstractAmazonEC2.createInstanceEventWindow(CreateInstanceEventWindowRequest request) |
CreateInstanceEventWindowResult |
AmazonEC2.createInstanceEventWindow(CreateInstanceEventWindowRequest createInstanceEventWindowRequest)
Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.
|
CreateInstanceEventWindowResult |
AmazonEC2Client.createInstanceEventWindow(CreateInstanceEventWindowRequest request)
Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateInstanceEventWindowResult> |
AbstractAmazonEC2Async.createInstanceEventWindowAsync(CreateInstanceEventWindowRequest request,
AsyncHandler<CreateInstanceEventWindowRequest,CreateInstanceEventWindowResult> asyncHandler) |
Future<CreateInstanceEventWindowResult> |
AmazonEC2Async.createInstanceEventWindowAsync(CreateInstanceEventWindowRequest createInstanceEventWindowRequest,
AsyncHandler<CreateInstanceEventWindowRequest,CreateInstanceEventWindowResult> asyncHandler)
Creates an event window in which scheduled events for the associated Amazon EC2 instances can run.
|
Future<CreateInstanceEventWindowResult> |
AmazonEC2AsyncClient.createInstanceEventWindowAsync(CreateInstanceEventWindowRequest request,
AsyncHandler<CreateInstanceEventWindowRequest,CreateInstanceEventWindowResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateInstanceEventWindowResult |
CreateInstanceEventWindowResult.clone() |
CreateInstanceEventWindowResult |
CreateInstanceEventWindowResult.withInstanceEventWindow(InstanceEventWindow instanceEventWindow)
Information about the event window.
|
Copyright © 2021. All rights reserved.