Uses of Class
com.amazonaws.services.ec2.model.DeleteFlowLogsRequest
Packages that use DeleteFlowLogsRequest
-
Uses of DeleteFlowLogsRequest in com.amazonaws.services.ec2
Methods in com.amazonaws.services.ec2 with parameters of type DeleteFlowLogsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2.deleteFlowLogs
(DeleteFlowLogsRequest request) AmazonEC2.deleteFlowLogs
(DeleteFlowLogsRequest deleteFlowLogsRequest) Deletes one or more flow logs.AmazonEC2Client.deleteFlowLogs
(DeleteFlowLogsRequest deleteFlowLogsRequest) Deletes one or more flow logs.AbstractAmazonEC2Async.deleteFlowLogsAsync
(DeleteFlowLogsRequest request) AbstractAmazonEC2Async.deleteFlowLogsAsync
(DeleteFlowLogsRequest request, AsyncHandler<DeleteFlowLogsRequest, DeleteFlowLogsResult> asyncHandler) AmazonEC2Async.deleteFlowLogsAsync
(DeleteFlowLogsRequest deleteFlowLogsRequest) Deletes one or more flow logs.AmazonEC2Async.deleteFlowLogsAsync
(DeleteFlowLogsRequest deleteFlowLogsRequest, AsyncHandler<DeleteFlowLogsRequest, DeleteFlowLogsResult> asyncHandler) Deletes one or more flow logs.AmazonEC2AsyncClient.deleteFlowLogsAsync
(DeleteFlowLogsRequest request) AmazonEC2AsyncClient.deleteFlowLogsAsync
(DeleteFlowLogsRequest request, AsyncHandler<DeleteFlowLogsRequest, DeleteFlowLogsResult> asyncHandler) Method parameters in com.amazonaws.services.ec2 with type arguments of type DeleteFlowLogsRequestModifier and TypeMethodDescriptionAbstractAmazonEC2Async.deleteFlowLogsAsync
(DeleteFlowLogsRequest request, AsyncHandler<DeleteFlowLogsRequest, DeleteFlowLogsResult> asyncHandler) AmazonEC2Async.deleteFlowLogsAsync
(DeleteFlowLogsRequest deleteFlowLogsRequest, AsyncHandler<DeleteFlowLogsRequest, DeleteFlowLogsResult> asyncHandler) Deletes one or more flow logs.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 DeleteFlowLogsRequestModifier and TypeMethodDescriptionDeleteFlowLogsRequest.clone()
DeleteFlowLogsRequest.withFlowLogIds
(String... flowLogIds) One or more flow log IDs.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 DeleteFlowLogsRequestModifier and TypeMethodDescriptionDeleteFlowLogsRequest.getDryRunRequest()
This method is intended for internal use only.