Uses of Class
software.amazon.awssdk.services.ec2.model.FlowLog
Packages that use FlowLog
Package
Description
-
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 FlowLogModifier and TypeMethodDescriptionDescribeFlowLogsResponse.flowLogs()Information about the flow logs.Methods in software.amazon.awssdk.services.ec2.model with parameters of type FlowLogModifier and TypeMethodDescriptionInformation about the flow logs.Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type FlowLogModifier and TypeMethodDescriptionDescribeFlowLogsResponse.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 FlowLogModifier and TypeMethodDescriptionfinal SdkIterable<FlowLog>DescribeFlowLogsIterable.flowLogs()Returns an iterable to iterate through the paginatedDescribeFlowLogsResponse.flowLogs()member.final SdkPublisher<FlowLog>DescribeFlowLogsPublisher.flowLogs()Returns a publisher that can be used to get a stream of data.