Uses of Class
software.amazon.awssdk.services.grafana.model.AuthenticationDescription
-
Packages that use AuthenticationDescription Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of AuthenticationDescription in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return AuthenticationDescription Modifier and Type Method Description AuthenticationDescriptionDescribeWorkspaceAuthenticationResponse. authentication()A structure containing information about the authentication methods used in the workspace.AuthenticationDescriptionUpdateWorkspaceAuthenticationResponse. authentication()A structure that describes the user authentication for this workspace after the update is made.Methods in software.amazon.awssdk.services.grafana.model with parameters of type AuthenticationDescription Modifier and Type Method Description DescribeWorkspaceAuthenticationResponse.BuilderDescribeWorkspaceAuthenticationResponse.Builder. authentication(AuthenticationDescription authentication)A structure containing information about the authentication methods used in the workspace.UpdateWorkspaceAuthenticationResponse.BuilderUpdateWorkspaceAuthenticationResponse.Builder. authentication(AuthenticationDescription authentication)A structure that describes the user authentication for this workspace after the update is made.
-