| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| Modifier and Type | Method and Description |
|---|---|
default CreateFlowLogsResponse |
Ec2Client.createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
default CreateFlowLogsResponse |
Ec2Client.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<CreateFlowLogsResponse> |
Ec2AsyncClient.createFlowLogs(Consumer<CreateFlowLogsRequest.Builder> createFlowLogsRequest)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
default CompletableFuture<CreateFlowLogsResponse> |
Ec2AsyncClient.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
Copyright © 2022. All rights reserved.