| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2 |
|
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
default DescribeFlowLogsResponse |
Ec2Client.describeFlowLogs()
Describes one or more flow logs.
|
default DescribeFlowLogsResponse |
Ec2Client.describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
Describes one or more flow logs.
|
default DescribeFlowLogsResponse |
Ec2Client.describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DescribeFlowLogsResponse> |
Ec2AsyncClient.describeFlowLogs()
Describes one or more flow logs.
|
default CompletableFuture<DescribeFlowLogsResponse> |
Ec2AsyncClient.describeFlowLogs(Consumer<DescribeFlowLogsRequest.Builder> describeFlowLogsRequest)
Describes one or more flow logs.
|
default CompletableFuture<DescribeFlowLogsResponse> |
Ec2AsyncClient.describeFlowLogs(DescribeFlowLogsRequest describeFlowLogsRequest)
Describes one or more flow logs.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<DescribeFlowLogsResponse> |
DescribeFlowLogsIterable.iterator() |
| Modifier and Type | Method and Description |
|---|---|
void |
DescribeFlowLogsPublisher.subscribe(org.reactivestreams.Subscriber<? super DescribeFlowLogsResponse> subscriber) |
Copyright © 2022. All rights reserved.