Uses of Class
software.amazon.awssdk.services.grafana.model.IdpMetadata
-
Packages that use IdpMetadata Package Description software.amazon.awssdk.services.grafana.model -
-
Uses of IdpMetadata in software.amazon.awssdk.services.grafana.model
Methods in software.amazon.awssdk.services.grafana.model that return IdpMetadata Modifier and Type Method Description static IdpMetadataIdpMetadata. fromUrl(String url)Create an instance of this class withurl()initialized to the given value.static IdpMetadataIdpMetadata. fromXml(String xml)Create an instance of this class withxml()initialized to the given value.IdpMetadataSamlConfiguration. idpMetadata()A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace.Methods in software.amazon.awssdk.services.grafana.model with parameters of type IdpMetadata Modifier and Type Method Description SamlConfiguration.BuilderSamlConfiguration.Builder. idpMetadata(IdpMetadata idpMetadata)A structure containing the identity provider (IdP) metadata used to integrate the identity provider with this workspace.
-