| Package | Description | 
|---|---|
| com.amazonaws.services.ec2 |  | 
| com.amazonaws.services.ec2.model | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateFlowLogsResult | AbstractAmazonEC2. createFlowLogs(CreateFlowLogsRequest request) | 
| CreateFlowLogsResult | AmazonEC2Client. createFlowLogs(CreateFlowLogsRequest request)
 Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
 or VPC. | 
| CreateFlowLogsResult | AmazonEC2. createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
 Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
 or VPC. | 
| Future<CreateFlowLogsResult> | AmazonEC2AsyncClient. createFlowLogsAsync(CreateFlowLogsRequest request) | 
| Future<CreateFlowLogsResult> | AbstractAmazonEC2Async. createFlowLogsAsync(CreateFlowLogsRequest request) | 
| Future<CreateFlowLogsResult> | AmazonEC2Async. createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest)
 Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
 or VPC. | 
| Future<CreateFlowLogsResult> | AmazonEC2AsyncClient. createFlowLogsAsync(CreateFlowLogsRequest request,
                   AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) | 
| Future<CreateFlowLogsResult> | AbstractAmazonEC2Async. createFlowLogsAsync(CreateFlowLogsRequest request,
                   AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) | 
| Future<CreateFlowLogsResult> | AmazonEC2Async. createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest,
                   AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
 Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
 or VPC. | 
| Modifier and Type | Method and Description | 
|---|---|
| Future<CreateFlowLogsResult> | AmazonEC2AsyncClient. createFlowLogsAsync(CreateFlowLogsRequest request,
                   AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) | 
| Future<CreateFlowLogsResult> | AbstractAmazonEC2Async. createFlowLogsAsync(CreateFlowLogsRequest request,
                   AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) | 
| Future<CreateFlowLogsResult> | AmazonEC2Async. createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest,
                   AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
 Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
 or VPC. | 
| Modifier and Type | Method and Description | 
|---|---|
| CreateFlowLogsRequest | CreateFlowLogsRequest. clone() | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withClientToken(String clientToken)
 Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withDeliverLogsPermissionArn(String deliverLogsPermissionArn)
 The ARN for the IAM role that permits Amazon EC2 to publish flow logs to a CloudWatch Logs log group in your
 account. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withLogDestination(String logDestination)
 Specifies the destination to which the flow log data is to be published. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withLogDestinationType(LogDestinationType logDestinationType)
 Specifies the type of destination to which the flow log data is to be published. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withLogDestinationType(String logDestinationType)
 Specifies the type of destination to which the flow log data is to be published. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withLogFormat(String logFormat)
 The fields to include in the flow log record, in the order in which they should appear. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withLogGroupName(String logGroupName)
 The name of a new or existing CloudWatch Logs log group where Amazon EC2 publishes your flow logs. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withMaxAggregationInterval(Integer maxAggregationInterval)
 The maximum interval of time during which a flow of packets is captured and aggregated into a flow log record. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withResourceIds(Collection<String> resourceIds)
 The ID of the subnet, network interface, or VPC for which you want to create a flow log. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withResourceIds(String... resourceIds)
 The ID of the subnet, network interface, or VPC for which you want to create a flow log. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withResourceType(FlowLogsResourceType resourceType)
 The type of resource for which to create the flow log. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withResourceType(String resourceType)
 The type of resource for which to create the flow log. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withTagSpecifications(Collection<TagSpecification> tagSpecifications)
 The tags to apply to the flow logs. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withTagSpecifications(TagSpecification... tagSpecifications)
 The tags to apply to the flow logs. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withTrafficType(String trafficType)
 The type of traffic to log. | 
| CreateFlowLogsRequest | CreateFlowLogsRequest. withTrafficType(TrafficType trafficType)
 The type of traffic to log. | 
| Modifier and Type | Method and Description | 
|---|---|
| Request<CreateFlowLogsRequest> | CreateFlowLogsRequest. getDryRunRequest()This method is intended for internal use only. | 
Copyright © 2021. All rights reserved.