| Package | Description |
|---|---|
| com.amazonaws.services.managedgrafana.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationSummary |
AuthenticationSummary.clone() |
AuthenticationSummary |
WorkspaceSummary.getAuthentication()
A structure containing information about the authentication methods used in the workspace.
|
AuthenticationSummary |
WorkspaceDescription.getAuthentication()
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user
authentication.
|
AuthenticationSummary |
AuthenticationSummary.withProviders(AuthenticationProviderTypes... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
AuthenticationSummary |
AuthenticationSummary.withProviders(Collection<String> providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
AuthenticationSummary |
AuthenticationSummary.withProviders(String... providers)
Specifies whether the workspace uses SAML, IAM Identity Center, or both methods for user authentication.
|
AuthenticationSummary |
AuthenticationSummary.withSamlConfigurationStatus(SamlConfigurationStatus samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
|
AuthenticationSummary |
AuthenticationSummary.withSamlConfigurationStatus(String samlConfigurationStatus)
Specifies whether the workplace's user authentication method is fully configured.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkspaceSummary.setAuthentication(AuthenticationSummary authentication)
A structure containing information about the authentication methods used in the workspace.
|
void |
WorkspaceDescription.setAuthentication(AuthenticationSummary authentication)
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user
authentication.
|
WorkspaceSummary |
WorkspaceSummary.withAuthentication(AuthenticationSummary authentication)
A structure containing information about the authentication methods used in the workspace.
|
WorkspaceDescription |
WorkspaceDescription.withAuthentication(AuthenticationSummary authentication)
A structure that describes whether the workspace uses SAML, IAM Identity Center, or both methods for user
authentication.
|
Copyright © 2022. All rights reserved.