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 CreateFlowLogsResultAbstractAmazonEC2. createFlowLogs(CreateFlowLogsRequest request)CreateFlowLogsResultAmazonEC2. createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC.CreateFlowLogsResultAmazonEC2Client. 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 CreateFlowLogsRequestCreateFlowLogsRequest. clone()CreateFlowLogsRequestCreateFlowLogsRequest. withClientToken(String clientToken)Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateFlowLogsRequestCreateFlowLogsRequest. withDeliverLogsPermissionArn(String deliverLogsPermissionArn)The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group.CreateFlowLogsRequestCreateFlowLogsRequest. withLogGroupName(String logGroupName)The name of the CloudWatch log group.CreateFlowLogsRequestCreateFlowLogsRequest. withResourceIds(String... resourceIds)One or more subnet, network interface, or VPC IDs.CreateFlowLogsRequestCreateFlowLogsRequest. withResourceIds(Collection<String> resourceIds)One or more subnet, network interface, or VPC IDs.CreateFlowLogsRequestCreateFlowLogsRequest. withResourceType(FlowLogsResourceType resourceType)The type of resource on which to create the flow log.CreateFlowLogsRequestCreateFlowLogsRequest. withResourceType(String resourceType)The type of resource on which to create the flow log.CreateFlowLogsRequestCreateFlowLogsRequest. withTrafficType(TrafficType trafficType)The type of traffic to log.CreateFlowLogsRequestCreateFlowLogsRequest. 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.
-