Uses of Class
com.amazonaws.services.ec2.model.CreateFlowLogsRequest
Packages that use CreateFlowLogsRequest
-
Uses of CreateFlowLogsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type CreateFlowLogsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.createFlowLogs
(CreateFlowLogsRequest request) AmazonEC2.createFlowLogs
(CreateFlowLogsRequest createFlowLogsRequest) Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC.AmazonEC2Client.createFlowLogs
(CreateFlowLogsRequest createFlowLogsRequest) Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC.AbstractAmazonEC2Async.createFlowLogsAsync
(CreateFlowLogsRequest request) AbstractAmazonEC2Async.createFlowLogsAsync
(CreateFlowLogsRequest request, AsyncHandler<CreateFlowLogsRequest, CreateFlowLogsResult> asyncHandler) AmazonEC2Async.createFlowLogsAsync
(CreateFlowLogsRequest createFlowLogsRequest) Creates one or more flow logs to capture IP traffic for a specific network interface, subnet, or VPC.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.AmazonEC2AsyncClient.createFlowLogsAsync
(CreateFlowLogsRequest request) AmazonEC2AsyncClient.createFlowLogsAsync
(CreateFlowLogsRequest request, AsyncHandler<CreateFlowLogsRequest, CreateFlowLogsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateFlowLogsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.createFlowLogsAsync
(CreateFlowLogsRequest request, AsyncHandler<CreateFlowLogsRequest, CreateFlowLogsResult> asyncHandler) 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.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 CreateFlowLogsRequestModifier and TypeMethodDescriptionCreateFlowLogsRequest.clone()
CreateFlowLogsRequest.withClientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateFlowLogsRequest.withDeliverLogsPermissionArn
(String deliverLogsPermissionArn) The ARN for the IAM role that's used to post flow logs to a CloudWatch Logs log group.CreateFlowLogsRequest.withLogGroupName
(String logGroupName) The name of the CloudWatch log group.CreateFlowLogsRequest.withResourceIds
(String... resourceIds) One or more subnet, network interface, or VPC IDs.CreateFlowLogsRequest.withResourceIds
(Collection<String> resourceIds) One or more subnet, network interface, or VPC IDs.CreateFlowLogsRequest.withResourceType
(FlowLogsResourceType resourceType) The type of resource on which to create the flow log.CreateFlowLogsRequest.withResourceType
(String resourceType) The type of resource on which to create the flow log.CreateFlowLogsRequest.withTrafficType
(TrafficType trafficType) The type of traffic to log.CreateFlowLogsRequest.withTrafficType
(String trafficType) The type of traffic to log.Methods in com.amazonaws.services.ec2.model that return types with arguments of type CreateFlowLogsRequestModifier and TypeMethodDescriptionCreateFlowLogsRequest.getDryRunRequest()
This method is intended for internal use only.