JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
software.amazon.awssdk.http
Interface Abortable
All Known Subinterfaces:
ExecutableHttpRequest
All Known Implementing Classes:
AbortableInputStream
public interface
Abortable
An Abortable task.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
void
abort
()
Aborts the execution of the task.
Method Detail
abort
void abort()
Aborts the execution of the task. Multiple calls to abort or calling abort an already aborted task should return without error.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
Copyright © 2020. All rights reserved.