Uses of Interface
software.amazon.awssdk.services.s3outposts.auth.scheme.S3OutpostsAuthSchemeParams.Builder
-
Packages that use S3OutpostsAuthSchemeParams.Builder Package Description software.amazon.awssdk.services.s3outposts.auth.scheme software.amazon.awssdk.services.s3outposts.auth.scheme.internal -
-
Uses of S3OutpostsAuthSchemeParams.Builder in software.amazon.awssdk.services.s3outposts.auth.scheme
Methods in software.amazon.awssdk.services.s3outposts.auth.scheme that return S3OutpostsAuthSchemeParams.Builder Modifier and Type Method Description static S3OutpostsAuthSchemeParams.BuilderS3OutpostsAuthSchemeParams. builder()Get a new builder for creating aS3OutpostsAuthSchemeParams.S3OutpostsAuthSchemeParams.BuilderS3OutpostsAuthSchemeParams.Builder. operation(String operation)Set the operation for which to resolve the auth scheme.S3OutpostsAuthSchemeParams.BuilderS3OutpostsAuthSchemeParams.Builder. region(Region region)Set the region.S3OutpostsAuthSchemeParams.BuilderS3OutpostsAuthSchemeParams. toBuilder()Returns aS3OutpostsAuthSchemeParams.Builderto customize the parameters.Method parameters in software.amazon.awssdk.services.s3outposts.auth.scheme with type arguments of type S3OutpostsAuthSchemeParams.Builder Modifier and Type Method Description default List<AuthSchemeOption>S3OutpostsAuthSchemeProvider. resolveAuthScheme(Consumer<S3OutpostsAuthSchemeParams.Builder> consumer)Resolve the auth schemes based on the given set of parameters. -
Uses of S3OutpostsAuthSchemeParams.Builder in software.amazon.awssdk.services.s3outposts.auth.scheme.internal
Methods in software.amazon.awssdk.services.s3outposts.auth.scheme.internal that return S3OutpostsAuthSchemeParams.Builder Modifier and Type Method Description static S3OutpostsAuthSchemeParams.BuilderDefaultS3OutpostsAuthSchemeParams. builder()S3OutpostsAuthSchemeParams.BuilderDefaultS3OutpostsAuthSchemeParams. toBuilder()
-