Package | Description |
---|---|
com.amazonaws.services.ec2 | |
com.amazonaws.services.ec2.model | |
com.amazonaws.services.ec2.model.transform |
Modifier and Type | Method and Description |
---|---|
CreateFlowLogsResult |
AmazonEC2Client.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
CreateFlowLogsResult |
AmazonEC2.createFlowLogs(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
CreateFlowLogsResult |
AbstractAmazonEC2.createFlowLogs(CreateFlowLogsRequest request) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest request) |
java.util.concurrent.Future<CreateFlowLogsResult> |
AmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest createFlowLogsRequest)
Creates one or more flow logs to capture IP traffic for a specific
network interface, subnet, or VPC.
|
java.util.concurrent.Future<CreateFlowLogsResult> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request) |
java.util.concurrent.Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<CreateFlowLogsResult> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.Future<CreateFlowLogsResult> |
AmazonEC2AsyncClient.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
java.util.concurrent.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.
|
java.util.concurrent.Future<CreateFlowLogsResult> |
AbstractAmazonEC2Async.createFlowLogsAsync(CreateFlowLogsRequest request,
AsyncHandler<CreateFlowLogsRequest,CreateFlowLogsResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateFlowLogsResult |
CreateFlowLogsResult.clone() |
CreateFlowLogsResult |
CreateFlowLogsResult.withClientToken(java.lang.String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency
of the request.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withFlowLogIds(java.util.Collection<java.lang.String> flowLogIds)
The IDs of the flow logs.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withFlowLogIds(java.lang.String... flowLogIds)
The IDs of the flow logs.
|
CreateFlowLogsResult |
CreateFlowLogsResult.withUnsuccessful(java.util.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.
|
Modifier and Type | Method and Description |
---|---|
CreateFlowLogsResult |
CreateFlowLogsResultStaxUnmarshaller.unmarshall(StaxUnmarshallerContext context) |