Uses of Class
com.amazonaws.services.ec2.model.CreateFlowLogsRequest
-
Packages that use CreateFlowLogsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateFlowLogsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateFlowLogsRequest Modifier and Type Method Description CreateFlowLogsResult
AbstractAmazonEC2. createFlowLogs(CreateFlowLogsRequest request)
CreateFlowLogsResult
AmazonEC2. createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC.CreateFlowLogsResult
AmazonEC2Client. createFlowLogs(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>
AbstractAmazonEC2Async. createFlowLogsAsync(CreateFlowLogsRequest request, AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
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>
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>
AmazonEC2AsyncClient. createFlowLogsAsync(CreateFlowLogsRequest request)
Future<CreateFlowLogsResult>
AmazonEC2AsyncClient. createFlowLogsAsync(CreateFlowLogsRequest request, AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateFlowLogsRequest Modifier and Type Method Description 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 IP traffic for a specific network interface, subnet, or VPC.Future<CreateFlowLogsResult>
AmazonEC2AsyncClient. createFlowLogsAsync(CreateFlowLogsRequest request, AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler)
-
Uses of CreateFlowLogsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateFlowLogsRequest Modifier and Type Method 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(String... resourceIds)
One or more subnet, network interface, or VPC IDs.CreateFlowLogsRequest
CreateFlowLogsRequest. withResourceIds(Collection<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(TrafficType trafficType)
The type of traffic to log.CreateFlowLogsRequest
CreateFlowLogsRequest. withTrafficType(String trafficType)
The type of traffic to log.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateFlowLogsRequest Modifier and Type Method Description Request<CreateFlowLogsRequest>
CreateFlowLogsRequest. getDryRunRequest()
This method is intended for internal use only.
-