Uses of Interface
software.amazon.awssdk.services.s3outposts.auth.scheme.S3OutpostsAuthSchemeParams
-
Packages that use S3OutpostsAuthSchemeParams Package Description software.amazon.awssdk.services.s3outposts.auth.scheme software.amazon.awssdk.services.s3outposts.auth.scheme.internal -
-
Uses of S3OutpostsAuthSchemeParams in software.amazon.awssdk.services.s3outposts.auth.scheme
Methods in software.amazon.awssdk.services.s3outposts.auth.scheme that return S3OutpostsAuthSchemeParams Modifier and Type Method Description S3OutpostsAuthSchemeParamsS3OutpostsAuthSchemeParams.Builder. build()Returns aS3OutpostsAuthSchemeParamsobject that is created from the properties that have been set on the builder.Methods in software.amazon.awssdk.services.s3outposts.auth.scheme with parameters of type S3OutpostsAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>S3OutpostsAuthSchemeProvider. resolveAuthScheme(S3OutpostsAuthSchemeParams authSchemeParams)Resolve the auth schemes based on the given set of parameters. -
Uses of S3OutpostsAuthSchemeParams in software.amazon.awssdk.services.s3outposts.auth.scheme.internal
Classes in software.amazon.awssdk.services.s3outposts.auth.scheme.internal that implement S3OutpostsAuthSchemeParams Modifier and Type Class Description classDefaultS3OutpostsAuthSchemeParamsMethods in software.amazon.awssdk.services.s3outposts.auth.scheme.internal with parameters of type S3OutpostsAuthSchemeParams Modifier and Type Method Description List<AuthSchemeOption>DefaultS3OutpostsAuthSchemeProvider. resolveAuthScheme(S3OutpostsAuthSchemeParams params)
-