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