Uses of Class
com.amazonaws.services.ec2.model.CreateFlowLogsResult
-
Packages that use CreateFlowLogsResult Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of CreateFlowLogsResult in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 that return CreateFlowLogsResult 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.Method parameters in com.amazonaws.services.ec2 with type arguments of type CreateFlowLogsResult 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 CreateFlowLogsResult in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return CreateFlowLogsResult Modifier and Type Method Description CreateFlowLogsResultCreateFlowLogsResult. clone()CreateFlowLogsResultCreateFlowLogsResult. withClientToken(String clientToken)Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateFlowLogsResultCreateFlowLogsResult. withFlowLogIds(String... flowLogIds)The IDs of the flow logs.CreateFlowLogsResultCreateFlowLogsResult. withFlowLogIds(Collection<String> flowLogIds)The IDs of the flow logs.CreateFlowLogsResultCreateFlowLogsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)Information about the flow logs that could not be created successfully.CreateFlowLogsResultCreateFlowLogsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)Information about the flow logs that could not be created successfully.
-