Package | Description |
---|---|
com.amazonaws.services.ec2 |
Synchronous and asynchronous client classes for accessing AmazonEC2.
|
com.amazonaws.services.ec2.model |
Classes modeling the various types represented by AmazonEC2.
|
Modifier and Type | Method and Description |
---|---|
DeleteFlowLogsResult |
AmazonEC2.deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest)
Deletes one or more flow logs.
|
DeleteFlowLogsResult |
AmazonEC2Client.deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest)
Deletes one or more flow logs.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteFlowLogsResult> |
AmazonEC2AsyncClient.deleteFlowLogsAsync(DeleteFlowLogsRequest deleteFlowLogsRequest)
Deletes one or more flow logs.
|
Future<DeleteFlowLogsResult> |
AmazonEC2Async.deleteFlowLogsAsync(DeleteFlowLogsRequest deleteFlowLogsRequest)
Deletes one or more flow logs.
|
Future<DeleteFlowLogsResult> |
AmazonEC2AsyncClient.deleteFlowLogsAsync(DeleteFlowLogsRequest deleteFlowLogsRequest,
AsyncHandler<DeleteFlowLogsRequest,DeleteFlowLogsResult> asyncHandler)
Deletes one or more flow logs.
|
Future<DeleteFlowLogsResult> |
AmazonEC2Async.deleteFlowLogsAsync(DeleteFlowLogsRequest deleteFlowLogsRequest,
AsyncHandler<DeleteFlowLogsRequest,DeleteFlowLogsResult> asyncHandler)
Deletes one or more flow logs.
|
Modifier and Type | Method and Description |
---|---|
Future<DeleteFlowLogsResult> |
AmazonEC2AsyncClient.deleteFlowLogsAsync(DeleteFlowLogsRequest deleteFlowLogsRequest,
AsyncHandler<DeleteFlowLogsRequest,DeleteFlowLogsResult> asyncHandler)
Deletes one or more flow logs.
|
Future<DeleteFlowLogsResult> |
AmazonEC2Async.deleteFlowLogsAsync(DeleteFlowLogsRequest deleteFlowLogsRequest,
AsyncHandler<DeleteFlowLogsRequest,DeleteFlowLogsResult> asyncHandler)
Deletes one or more flow logs.
|
Modifier and Type | Method and Description |
---|---|
DeleteFlowLogsResult |
DeleteFlowLogsResult.clone() |
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(Collection<UnsuccessfulItem> unsuccessful)
Information about the flow logs that could not be deleted
successfully.
|
DeleteFlowLogsResult |
DeleteFlowLogsResult.withUnsuccessful(UnsuccessfulItem... unsuccessful)
Information about the flow logs that could not be deleted
successfully.
|
Copyright © 2015. All rights reserved.