Uses of Class
software.amazon.awssdk.services.ec2.model.FlowLog
-
Packages that use FlowLog Package Description software.amazon.awssdk.services.ec2.model software.amazon.awssdk.services.ec2.paginators -
-
Uses of FlowLog in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type FlowLog Modifier and Type Method Description List<FlowLog>DescribeFlowLogsResponse. flowLogs()Information about the flow logs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FlowLog Modifier and Type Method Description DescribeFlowLogsResponse.BuilderDescribeFlowLogsResponse.Builder. flowLogs(FlowLog... flowLogs)Information about the flow logs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FlowLog Modifier and Type Method Description DescribeFlowLogsResponse.BuilderDescribeFlowLogsResponse.Builder. flowLogs(Collection<FlowLog> flowLogs)Information about the flow logs. -
Uses of FlowLog in software.amazon.awssdk.services.ec2.paginators
Methods in software.amazon.awssdk.services.ec2.paginators that return types with arguments of type FlowLog Modifier and Type Method Description SdkIterable<FlowLog>DescribeFlowLogsIterable. flowLogs()Returns an iterable to iterate through the paginatedDescribeFlowLogsResponse.flowLogs()member.SdkPublisher<FlowLog>DescribeFlowLogsPublisher. flowLogs()Returns a publisher that can be used to get a stream of data.
-