Uses of Interface
software.amazon.awssdk.services.grafana.model.AuthenticationSummary.Builder
-
Packages that use AuthenticationSummary.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of AuthenticationSummary.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return AuthenticationSummary.Builder Modifier and Type Method Description static AuthenticationSummary.BuilderAuthenticationSummary. builder()AuthenticationSummary.BuilderAuthenticationSummary.Builder. providers(Collection<AuthenticationProviderTypes> providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummary.BuilderAuthenticationSummary.Builder. providers(AuthenticationProviderTypes... providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummary.BuilderAuthenticationSummary.Builder. providersWithStrings(String... providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummary.BuilderAuthenticationSummary.Builder. providersWithStrings(Collection<String> providers)Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummary.BuilderAuthenticationSummary.Builder. samlConfigurationStatus(String samlConfigurationStatus)Specifies whether the workplace's user authentication method is fully configured.AuthenticationSummary.BuilderAuthenticationSummary.Builder. samlConfigurationStatus(SamlConfigurationStatus samlConfigurationStatus)Specifies whether the workplace's user authentication method is fully configured.AuthenticationSummary.BuilderAuthenticationSummary. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type AuthenticationSummary.Builder Modifier and Type Method Description static Class<? extends AuthenticationSummary.Builder>AuthenticationSummary. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type AuthenticationSummary.Builder Modifier and Type Method Description default WorkspaceDescription.BuilderWorkspaceDescription.Builder. authentication(Consumer<AuthenticationSummary.Builder> authentication)A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.default WorkspaceSummary.BuilderWorkspaceSummary.Builder. authentication(Consumer<AuthenticationSummary.Builder> authentication)A structure containing information about the authentication methods used in the workspace.
-