Uses of Class
com.amazonaws.services.ec2.model.DeleteFlowLogsRequest
-
Packages that use DeleteFlowLogsRequest Package Description com.amazonaws.services.ec2 com.amazonaws.services.ec2.model -
-
Uses of DeleteFlowLogsRequest in com.amazonaws.services.ec2
Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteFlowLogsRequest Modifier and Type Method Description Future<DeleteFlowLogsResult>
AbstractAmazonEC2Async. deleteFlowLogsAsync(DeleteFlowLogsRequest request, AsyncHandler<DeleteFlowLogsRequest,DeleteFlowLogsResult> asyncHandler)
Future<DeleteFlowLogsResult>
AmazonEC2Async. deleteFlowLogsAsync(DeleteFlowLogsRequest deleteFlowLogsRequest, AsyncHandler<DeleteFlowLogsRequest,DeleteFlowLogsResult> asyncHandler)
Deletes one or more flow logs.Future<DeleteFlowLogsResult>
AmazonEC2AsyncClient. deleteFlowLogsAsync(DeleteFlowLogsRequest request, AsyncHandler<DeleteFlowLogsRequest,DeleteFlowLogsResult> asyncHandler)
-
Uses of DeleteFlowLogsRequest in com.amazonaws.services.ec2.model
Methods in com.amazonaws.services.ec2.model that return DeleteFlowLogsRequest Modifier and Type Method Description DeleteFlowLogsRequest
DeleteFlowLogsRequest. clone()
DeleteFlowLogsRequest
DeleteFlowLogsRequest. withFlowLogIds(String... flowLogIds)
One or more flow log IDs.DeleteFlowLogsRequest
DeleteFlowLogsRequest. withFlowLogIds(Collection<String> flowLogIds)
One or more flow log IDs.Methods in com.amazonaws.services.ec2.model that return types with arguments of type DeleteFlowLogsRequest Modifier and Type Method Description Request<DeleteFlowLogsRequest>
DeleteFlowLogsRequest. getDryRunRequest()
This method is intended for internal use only.
-