Uses of Interface
software.amazon.awssdk.services.grafana.model.AwsSsoAuthentication.Builder
-
Packages that use AwsSsoAuthentication.Builder Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of AwsSsoAuthentication.Builder in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return AwsSsoAuthentication.Builder Modifier and Type Method Description static AwsSsoAuthentication.BuilderAwsSsoAuthentication. builder()AwsSsoAuthentication.BuilderAwsSsoAuthentication.Builder. ssoClientId(String ssoClientId)The ID of the IAM Identity Center-managed application that is created by Amazon Managed Grafana.AwsSsoAuthentication.BuilderAwsSsoAuthentication. toBuilder()Methods in software.amazon.awssdk.services.grafana.model that return types with arguments of type AwsSsoAuthentication.Builder Modifier and Type Method Description static Class<? extends AwsSsoAuthentication.Builder>AwsSsoAuthentication. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.grafana.model with type arguments of type AwsSsoAuthentication.Builder Modifier and Type Method Description default AuthenticationDescription.BuilderAuthenticationDescription.Builder. awsSso(Consumer<AwsSsoAuthentication.Builder> awsSso)A structure containing information about how this workspace works with IAM Identity Center.
-