Package | Description |
---|---|
com.amazonaws.services.ec2 |
|
com.amazonaws.services.ec2.model |
Modifier and Type | Method and Description |
---|---|
CreateFlowLogsResult |
AbstractAmazonEC2.createFlowLogs(CreateFlowLogsRequest request) |
CreateFlowLogsResult |
AmazonEC2Client.createFlowLogs(CreateFlowLogsRequest request)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
CreateFlowLogsResult |
AmazonEC2.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
Modifier and Type | Method and Description |
---|---|
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest request) |
Future<CreateFlowLogsResult> |
AmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture information about IP traffic for a specific network interface, subnet,
or VPC.
|
Future<CreateFlowLogsResult> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request) |
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.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 information about IP traffic for a specific network interface, subnet,
or VPC.
|
Future<CreateFlowLogsResult> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.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 information about IP traffic for a specific network interface, subnet,
or VPC.
|
Future<CreateFlowLogsResult> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFlowLogsResult |
CreateFlowLogsResult.clone() |
CreateFlowLogsResult |
CreateFlowLogsResult.withClientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withFlowLogIds(Collection<String> flowLogIds)
The IDs of the flow logs.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withFlowLogIds(String... flowLogIds)
The IDs of the flow logs.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be created successfully.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be created successfully.
|
Copyright © 2024. All rights reserved.