Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
CreateFlowLogsResult |
AmazonEC2Client.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
CreateFlowLogsResult |
AmazonEC2.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
Future<CreateFlowLogsResult> |
AmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
Future<CreateFlowLogsResult> |
AmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
Future<CreateFlowLogsResult> |
AmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
Creates one or more flow logs to capture 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 you provide to ensure the
idempotency of the request.
|
CreateFlowLogsRequest |
CreateFlowLogsRequest.withDeliverLogsPermissionArn(String deliverLogsPermissionArn)
The ARN for the IAM role that's used to post flow logs to a CloudWatch
Logs log group.
|
CreateFlowLogsRequest |
CreateFlowLogsRequest.withLogGroupName(String logGroupName)
The name of the CloudWatch log group.
|
CreateFlowLogsRequest |
CreateFlowLogsRequest.withResourceIds(Collection<String> resourceIds)
One or more subnet, network interface, or VPC IDs.
|
CreateFlowLogsRequest |
CreateFlowLogsRequest.withResourceIds(String... resourceIds)
One or more subnet, network interface, or VPC IDs.
|
CreateFlowLogsRequest |
CreateFlowLogsRequest.withResourceType(FlowLogsResourceType resourceType)
The type of resource on which to create the flow log.
|
CreateFlowLogsRequest |
CreateFlowLogsRequest.withResourceType(String resourceType)
The type of resource on which to create the flow log.
|
CreateFlowLogsRequest |
CreateFlowLogsRequest.withTrafficType(String trafficType)
The type of traffic to log.
|
CreateFlowLogsRequest |
CreateFlowLogsRequest.withTrafficType(TrafficType trafficType)
The type of traffic to log.
|
Copyright © 2015. All rights reserved.