Uses of Class
software.amazon.awssdk.services.ec2.model.DeleteFlowLogsResponse
Packages that use DeleteFlowLogsResponse
-
Uses of DeleteFlowLogsResponse in software.amazon.awssdk.services.ec2
Methods in software.amazon.awssdk.services.ec2 that return DeleteFlowLogsResponseModifier and TypeMethodDescriptiondefault DeleteFlowLogsResponseEc2Client.deleteFlowLogs(Consumer<DeleteFlowLogsRequest.Builder> deleteFlowLogsRequest) Deletes one or more flow logs.default DeleteFlowLogsResponseEc2Client.deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest) Deletes one or more flow logs.Methods in software.amazon.awssdk.services.ec2 that return types with arguments of type DeleteFlowLogsResponseModifier and TypeMethodDescriptiondefault CompletableFuture<DeleteFlowLogsResponse>Ec2AsyncClient.deleteFlowLogs(Consumer<DeleteFlowLogsRequest.Builder> deleteFlowLogsRequest) Deletes one or more flow logs.default CompletableFuture<DeleteFlowLogsResponse>Ec2AsyncClient.deleteFlowLogs(DeleteFlowLogsRequest deleteFlowLogsRequest) Deletes one or more flow logs.