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 TrustedTokenIssuerUpdateConfiguration
TrustedTokenIssuerUpdateConfiguration. fromOidcJwtConfiguration(Consumer<OidcJwtUpdateConfiguration.Builder> oidcJwtConfiguration)
Create an instance of this class withoidcJwtConfiguration()
initialized to the given value.static TrustedTokenIssuerUpdateConfiguration
TrustedTokenIssuerUpdateConfiguration. fromOidcJwtConfiguration(OidcJwtUpdateConfiguration oidcJwtConfiguration)
Create an instance of this class withoidcJwtConfiguration()
initialized to the given value.TrustedTokenIssuerUpdateConfiguration
UpdateTrustedTokenIssuerRequest. 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.Builder
UpdateTrustedTokenIssuerRequest.Builder. trustedTokenIssuerConfiguration(TrustedTokenIssuerUpdateConfiguration trustedTokenIssuerConfiguration)
Specifies a structure with settings to apply to the specified trusted token issuer.
-