Package | Description |
---|---|
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Field and Description |
---|---|
private SdkInternalList<FlowLog> |
DescribeFlowLogsResult.flowLogs
Information about the flow logs.
|
Modifier and Type | Method and Description |
---|---|
FlowLog |
FlowLog.clone() |
FlowLog |
FlowLog.withCreationTime(java.util.Date creationTime)
The date and time the flow log was created.
|
FlowLog |
FlowLog.withDeliverLogsErrorMessage(java.lang.String deliverLogsErrorMessage)
Information about the error that occurred.
|
FlowLog |
FlowLog.withDeliverLogsPermissionArn(java.lang.String deliverLogsPermissionArn)
The ARN of the IAM role that posts logs to CloudWatch Logs.
|
FlowLog |
FlowLog.withDeliverLogsStatus(java.lang.String deliverLogsStatus)
The status of the logs delivery (
SUCCESS |
FAILED ). |
FlowLog |
FlowLog.withFlowLogId(java.lang.String flowLogId)
The flow log ID.
|
FlowLog |
FlowLog.withFlowLogStatus(java.lang.String flowLogStatus)
The status of the flow log (
ACTIVE ). |
FlowLog |
FlowLog.withLogGroupName(java.lang.String logGroupName)
The name of the flow log group.
|
FlowLog |
FlowLog.withResourceId(java.lang.String resourceId)
The ID of the resource on which the flow log was created.
|
FlowLog |
FlowLog.withTrafficType(java.lang.String trafficType)
The type of traffic captured for the flow log.
|
FlowLog |
FlowLog.withTrafficType(TrafficType trafficType)
The type of traffic captured for the flow log.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<FlowLog> |
DescribeFlowLogsResult.getFlowLogs()
Information about the flow logs.
|
Modifier and Type | Method and Description |
---|---|
DescribeFlowLogsResult |
DescribeFlowLogsResult.withFlowLogs(FlowLog... flowLogs)
Information about the flow logs.
|
Modifier and Type | Method and Description |
---|---|
void |
DescribeFlowLogsResult.setFlowLogs(java.util.Collection<FlowLog> flowLogs)
Information about the flow logs.
|
DescribeFlowLogsResult |
DescribeFlowLogsResult.withFlowLogs(java.util.Collection<FlowLog> flowLogs)
Information about the flow logs.
|
Modifier and Type | Method and Description |
---|---|
FlowLog |
FlowLogStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |