Uses of Class
software.amazon.awssdk.utils.Pair
-
Packages that use Pair Package Description software.amazon.awssdk.utils -
-
Uses of Pair in software.amazon.awssdk.utils
Methods in software.amazon.awssdk.utils that return Pair Modifier and Type Method Description static <LeftT,RightT>
Pair<LeftT,RightT>Pair. of(LeftT left, RightT right)Methods in software.amazon.awssdk.utils that return types with arguments of type Pair Modifier and Type Method Description static Optional<Pair<Long,Long>>ContentRangeParser. range(String contentRange)Parse the Content-Range to extract the byte range from the content.
-