Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
Future<CreateInstanceEventWindowResult> |
AbstractAmazonEC2Async.createInstanceEventWindowAsync(CreateInstanceEventWindowRequest request,
AsyncHandler<CreateInstanceEventWindowRequest,CreateInstanceEventWindowResult> asyncHandler) |
Future<CreateInstanceEventWindowResult> |
AmazonEC2AsyncClient.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.
|
Modifier and Type | Method and Description |
---|---|
CreateInstanceEventWindowRequest |
CreateInstanceEventWindowRequest.clone() |
CreateInstanceEventWindowRequest |
CreateInstanceEventWindowRequest.withCronExpression(String cronExpression)
The cron expression for the event window, for example,
* 0-4,20-23 * * 1,5 . |
CreateInstanceEventWindowRequest |
CreateInstanceEventWindowRequest.withName(String name)
The name of the event window.
|
CreateInstanceEventWindowRequest |
CreateInstanceEventWindowRequest.withTagSpecifications(Collection<TagSpecification> tagSpecifications)
The tags to apply to the event window.
|
CreateInstanceEventWindowRequest |
CreateInstanceEventWindowRequest.withTagSpecifications(TagSpecification... tagSpecifications)
The tags to apply to the event window.
|
CreateInstanceEventWindowRequest |
CreateInstanceEventWindowRequest.withTimeRanges(Collection<InstanceEventWindowTimeRangeRequest> timeRanges)
The time range for the event window.
|
CreateInstanceEventWindowRequest |
CreateInstanceEventWindowRequest.withTimeRanges(InstanceEventWindowTimeRangeRequest... timeRanges)
The time range for the event window.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateInstanceEventWindowRequest> |
CreateInstanceEventWindowRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2023. All rights reserved.