Uses of Class
software.amazon.awssdk.services.grafana.model.AuthenticationSummary
-
Packages that use AuthenticationSummary Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of AuthenticationSummary in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return AuthenticationSummary Modifier and Type Method Description AuthenticationSummaryWorkspaceDescription. authentication()A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.AuthenticationSummaryWorkspaceSummary. authentication()A structure containing information about the authentication methods used in the workspace.Methods in software.amazon.awssdk.services.grafana.model with parameters of type AuthenticationSummary Modifier and Type Method Description WorkspaceDescription.BuilderWorkspaceDescription.Builder. authentication(AuthenticationSummary authentication)A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.WorkspaceSummary.BuilderWorkspaceSummary.Builder. authentication(AuthenticationSummary authentication)A structure containing information about the authentication methods used in the workspace.
-