Uses of Class
com.amazonaws.services.ec2.model.FlowLog
-
Packages that use FlowLog Package Description com.amazonaws.services.ec2.model -
-
Uses of FlowLog in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return FlowLog Modifier and Type Method Description FlowLogFlowLog. clone()FlowLogFlowLog. withCreationTime(Date creationTime)The date and time the flow log was created.FlowLogFlowLog. withDeliverLogsErrorMessage(String deliverLogsErrorMessage)Information about the error that occurred.FlowLogFlowLog. withDeliverLogsPermissionArn(String deliverLogsPermissionArn)The ARN of the IAM role that posts logs to CloudWatch Logs.FlowLogFlowLog. withDeliverLogsStatus(String deliverLogsStatus)The status of the logs delivery (SUCCESS|FAILED).FlowLogFlowLog. withFlowLogId(String flowLogId)The flow log ID.FlowLogFlowLog. withFlowLogStatus(String flowLogStatus)The status of the flow log (ACTIVE).FlowLogFlowLog. withLogGroupName(String logGroupName)The name of the flow log group.FlowLogFlowLog. withResourceId(String resourceId)The ID of the resource on which the flow log was created.FlowLogFlowLog. withTrafficType(TrafficType trafficType)The type of traffic captured for the flow log.FlowLogFlowLog. withTrafficType(String trafficType)The type of traffic captured for the flow log.Methods in com.amazonaws.services.ec2.model that return types with arguments of type FlowLog Modifier and Type Method Description List<FlowLog>DescribeFlowLogsResult. getFlowLogs()Information about the flow logs.Methods in com.amazonaws.services.ec2.model with parameters of type FlowLog Modifier and Type Method Description DescribeFlowLogsResultDescribeFlowLogsResult. withFlowLogs(FlowLog... flowLogs)Information about the flow logs.Method parameters in com.amazonaws.services.ec2.model with type arguments of type FlowLog Modifier and Type Method Description voidDescribeFlowLogsResult. setFlowLogs(Collection<FlowLog> flowLogs)Information about the flow logs.DescribeFlowLogsResultDescribeFlowLogsResult. withFlowLogs(Collection<FlowLog> flowLogs)Information about the flow logs.
-