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 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.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 CreateFlowLogsResult
CreateFlowLogsResult. clone()
CreateFlowLogsResult
CreateFlowLogsResult. withClientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.CreateFlowLogsResult
CreateFlowLogsResult. withFlowLogIds(String... flowLogIds)
The IDs of the flow logs.CreateFlowLogsResult
CreateFlowLogsResult. withFlowLogIds(Collection<String> flowLogIds)
The IDs of the flow logs.CreateFlowLogsResult
CreateFlowLogsResult. withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.CreateFlowLogsResult
CreateFlowLogsResult. withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
-