| Package | Description |
|---|---|
| software.amazon.awssdk.services.grafana.model |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.awsSso(AwsSsoAuthentication awsSso)
A structure containing information about how this workspace works with IAM Identity Center.
|
default AuthenticationDescription.Builder |
AuthenticationDescription.Builder.awsSso(Consumer<AwsSsoAuthentication.Builder> awsSso)
A structure containing information about how this workspace works with IAM Identity Center.
|
static AuthenticationDescription.Builder |
AuthenticationDescription.builder() |
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.providers(AuthenticationProviderTypes... providers)
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use
the Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.providers(Collection<AuthenticationProviderTypes> providers)
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use
the Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.providersWithStrings(Collection<String> providers)
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use
the Grafana console in the Amazon Managed Grafana workspace.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.providersWithStrings(String... providers)
Specifies whether this workspace uses IAM Identity Center, SAML, or both methods to authenticate users to use
the Grafana console in the Amazon Managed Grafana workspace.
|
default AuthenticationDescription.Builder |
AuthenticationDescription.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.
|
AuthenticationDescription.Builder |
AuthenticationDescription.Builder.saml(SamlAuthentication 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.
|
AuthenticationDescription.Builder |
AuthenticationDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends AuthenticationDescription.Builder> |
AuthenticationDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribeWorkspaceAuthenticationResponse.Builder |
DescribeWorkspaceAuthenticationResponse.Builder.authentication(Consumer<AuthenticationDescription.Builder> authentication)
A structure containing information about the authentication methods used in the workspace.
|
default UpdateWorkspaceAuthenticationResponse.Builder |
UpdateWorkspaceAuthenticationResponse.Builder.authentication(Consumer<AuthenticationDescription.Builder> authentication)
A structure that describes the user authentication for this workspace after the update is made.
|
Copyright © 2023. All rights reserved.