Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateFlowLogsResult |
AmazonEC2Client.createFlowLogs(CreateFlowLogsRequest request)
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.
|
CreateFlowLogsResult |
AbstractAmazonEC2.createFlowLogs(CreateFlowLogsRequest request) |
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> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request) |
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest request) |
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.
|
Future<CreateFlowLogsResult> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
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.
|
Future<CreateFlowLogsResult> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
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.
|
Modifier and Type | Method and Description |
---|---|
Request<CreateFlowLogsRequest> |
CreateFlowLogsRequest.getDryRunRequest()
This method is intended for internal use only.
|
Copyright © 2017. All rights reserved.