| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default DeleteInstanceEventWindowResponse |
Ec2Client.deleteInstanceEventWindow(Consumer<DeleteInstanceEventWindowRequest.Builder> deleteInstanceEventWindowRequest)
Deletes the specified event window.
|
default DeleteInstanceEventWindowResponse |
Ec2Client.deleteInstanceEventWindow(DeleteInstanceEventWindowRequest deleteInstanceEventWindowRequest)
Deletes the specified event window.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteInstanceEventWindowResponse> |
Ec2AsyncClient.deleteInstanceEventWindow(Consumer<DeleteInstanceEventWindowRequest.Builder> deleteInstanceEventWindowRequest)
Deletes the specified event window.
|
default CompletableFuture<DeleteInstanceEventWindowResponse> |
Ec2AsyncClient.deleteInstanceEventWindow(DeleteInstanceEventWindowRequest deleteInstanceEventWindowRequest)
Deletes the specified event window.
|
Copyright © 2022. All rights reserved.