| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model | |
| software.amazon.awssdk.services.ec2.paginators |
| Modifier and Type | Method and Description |
|---|---|
List<FlowLog> |
DescribeFlowLogsResponse.flowLogs()
Information about the flow logs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowLogsResponse.Builder |
DescribeFlowLogsResponse.Builder.flowLogs(FlowLog... flowLogs)
Information about the flow logs.
|
| Modifier and Type | Method and Description |
|---|---|
DescribeFlowLogsResponse.Builder |
DescribeFlowLogsResponse.Builder.flowLogs(Collection<FlowLog> flowLogs)
Information about the flow logs.
|
| Modifier and Type | Method and Description |
|---|---|
SdkPublisher<FlowLog> |
DescribeFlowLogsPublisher.flowLogs()
Returns a publisher that can be used to get a stream of data.
|
SdkIterable<FlowLog> |
DescribeFlowLogsIterable.flowLogs()
Returns an iterable to iterate through the paginated
DescribeFlowLogsResponse.flowLogs() member. |
Copyright © 2019. All rights reserved.