Uses of Interface
software.amazon.awssdk.services.grafana.model.SamlAuthentication.Builder
-
Packages that use SamlAuthentication.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of SamlAuthentication.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return SamlAuthentication.Builder Modifier and Type Method Description static SamlAuthentication.BuilderSamlAuthentication. builder()default SamlAuthentication.BuilderSamlAuthentication.Builder. configuration(Consumer<SamlConfiguration.Builder> configuration)A structure containing details about how this workspace works with SAML.SamlAuthentication.BuilderSamlAuthentication.Builder. configuration(SamlConfiguration configuration)A structure containing details about how this workspace works with SAML.SamlAuthentication.BuilderSamlAuthentication.Builder. status(String status)Specifies whether the workspace's SAML configuration is complete.SamlAuthentication.BuilderSamlAuthentication.Builder. status(SamlConfigurationStatus status)Specifies whether the workspace's SAML configuration is complete.SamlAuthentication.BuilderSamlAuthentication. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type SamlAuthentication.Builder Modifier and Type Method Description static Class<? extends SamlAuthentication.Builder>SamlAuthentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type SamlAuthentication.Builder Modifier and Type Method Description default AuthenticationDescription.BuilderAuthenticationDescription.Builder. saml(Consumer<SamlAuthentication.Builder> saml)A structure containing information about how this workspace works with SAML, including what attributes within the assertion are to be mapped to user information in the workspace.
-