JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Class
software.amazon.awssdk.services.s3.S3Uri
Packages that use
S3Uri
Package
Description
software.amazon.awssdk.services.s3
Uses of
S3Uri
in
software.amazon.awssdk.services.s3
Methods in
software.amazon.awssdk.services.s3
that return
S3Uri
Modifier and Type
Method
Description
S3Uri
S3Uri.Builder.
build
()
S3Uri
S3Utilities.
parseUri
(
URI
uri)
Returns a parsed
S3Uri
with which a user can easily retrieve the bucket, key, region, style, and query parameters of the URI.