Package | Description |
---|---|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
FlowLog |
FlowLog.clone() |
FlowLog |
FlowLog.withCreationTime(Date creationTime)
The date and time the flow log was created.
|
FlowLog |
FlowLog.withDeliverLogsErrorMessage(String deliverLogsErrorMessage)
Information about the error that occurred.
|
FlowLog |
FlowLog.withDeliverLogsPermissionArn(String deliverLogsPermissionArn)
The ARN of the IAM role that posts logs to CloudWatch Logs.
|
FlowLog |
FlowLog.withDeliverLogsStatus(String deliverLogsStatus)
The status of the logs delivery (
SUCCESS | FAILED ). |
FlowLog |
FlowLog.withDestinationOptions(DestinationOptionsResponse destinationOptions)
The destination options.
|
FlowLog |
FlowLog.withFlowLogId(String flowLogId)
The flow log ID.
|
FlowLog |
FlowLog.withFlowLogStatus(String flowLogStatus)
The status of the flow log (
ACTIVE ). |
FlowLog |
FlowLog.withLogDestination(String logDestination)
The destination to which the flow log data is published.
|
FlowLog |
FlowLog.withLogDestinationType(LogDestinationType logDestinationType)
The type of destination to which the flow log data is published.
|
FlowLog |
FlowLog.withLogDestinationType(String logDestinationType)
The type of destination to which the flow log data is published.
|
FlowLog |
FlowLog.withLogFormat(String logFormat)
The format of the flow log record.
|
FlowLog |
FlowLog.withLogGroupName(String logGroupName)
The name of the flow log group.
|
FlowLog |
FlowLog.withMaxAggregationInterval(Integer maxAggregationInterval)
The maximum interval of time, in seconds, during which a flow of packets is captured and aggregated into a flow
log record.
|
FlowLog |
FlowLog.withResourceId(String resourceId)
The ID of the resource on which the flow log was created.
|
FlowLog |
FlowLog.withTags(Collection<Tag> tags)
The tags for the flow log.
|
FlowLog |
FlowLog.withTags(Tag... tags)
The tags for the flow log.
|
FlowLog |
FlowLog.withTrafficType(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 |
---|---|
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(Collection<FlowLog> flowLogs)
Information about the flow logs.
|
DescribeFlowLogsResult |
DescribeFlowLogsResult.withFlowLogs(Collection<FlowLog> flowLogs)
Information about the flow logs.
|
Copyright © 2021. All rights reserved.