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