Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
DeleteInstanceEventWindowResult |
AbstractAmazonEC2.deleteInstanceEventWindow(DeleteInstanceEventWindowRequest request) |
DeleteInstanceEventWindowResult |
AmazonEC2.deleteInstanceEventWindow(DeleteInstanceEventWindowRequest deleteInstanceEventWindowRequest)
Deletes the specified event window.
|
DeleteInstanceEventWindowResult |
AmazonEC2Client.deleteInstanceEventWindow(DeleteInstanceEventWindowRequest request)
Deletes the specified event window.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteInstanceEventWindowResult> |
AbstractAmazonEC2Async.deleteInstanceEventWindowAsync(DeleteInstanceEventWindowRequest request,
AsyncHandler<DeleteInstanceEventWindowRequest,DeleteInstanceEventWindowResult> asyncHandler) |
Future<DeleteInstanceEventWindowResult> |
AmazonEC2Async.deleteInstanceEventWindowAsync(DeleteInstanceEventWindowRequest deleteInstanceEventWindowRequest,
AsyncHandler<DeleteInstanceEventWindowRequest,DeleteInstanceEventWindowResult> asyncHandler)
Deletes the specified event window.
|
Future<DeleteInstanceEventWindowResult> |
AmazonEC2AsyncClient.deleteInstanceEventWindowAsync(DeleteInstanceEventWindowRequest request,
AsyncHandler<DeleteInstanceEventWindowRequest,DeleteInstanceEventWindowResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
DeleteInstanceEventWindowResult |
DeleteInstanceEventWindowResult.clone() |
DeleteInstanceEventWindowResult |
DeleteInstanceEventWindowResult.withInstanceEventWindowState(InstanceEventWindowStateChange instanceEventWindowState)
The state of the event window.
|
Copyright © 2021. All rights reserved.