Uses of Class
software.amazon.awssdk.services.ssoadmin.model.TrustedTokenIssuerUpdateConfiguration
-
Packages that use TrustedTokenIssuerUpdateConfiguration Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of TrustedTokenIssuerUpdateConfiguration in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return TrustedTokenIssuerUpdateConfiguration Modifier and Type Method Description static TrustedTokenIssuerUpdateConfigurationTrustedTokenIssuerUpdateConfiguration. fromOidcJwtConfiguration(Consumer<OidcJwtUpdateConfiguration.Builder> oidcJwtConfiguration)Create an instance of this class withoidcJwtConfiguration()initialized to the given value.static TrustedTokenIssuerUpdateConfigurationTrustedTokenIssuerUpdateConfiguration. fromOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)Create an instance of this class withoidcJwtConfiguration()initialized to the given value.TrustedTokenIssuerUpdateConfigurationUpdateTrustedTokenIssuerRequest. trustedTokenIssuerConfiguration()Specifies a structure with settings to apply to the specified trusted token issuer.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type TrustedTokenIssuerUpdateConfiguration Modifier and Type Method Description UpdateTrustedTokenIssuerRequest.BuilderUpdateTrustedTokenIssuerRequest.Builder. trustedTokenIssuerConfiguration(TrustedTokenIssuerUpdateConfiguration trustedTokenIssuerConfiguration)Specifies a structure with settings to apply to the specified trusted token issuer.
-