Uses of Class
software.amazon.awssdk.services.ssoadmin.model.TrustedTokenIssuerConfiguration
-
Packages that use TrustedTokenIssuerConfiguration Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of TrustedTokenIssuerConfiguration in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return TrustedTokenIssuerConfiguration Modifier and Type Method Description static TrustedTokenIssuerConfigurationTrustedTokenIssuerConfiguration. fromOidcJwtConfiguration(Consumer<OidcJwtConfiguration.Builder> oidcJwtConfiguration)Create an instance of this class withoidcJwtConfiguration()initialized to the given value.static TrustedTokenIssuerConfigurationTrustedTokenIssuerConfiguration. fromOidcJwtConfiguration(OidcJwtConfiguration oidcJwtConfiguration)Create an instance of this class withoidcJwtConfiguration()initialized to the given value.TrustedTokenIssuerConfigurationCreateTrustedTokenIssuerRequest. trustedTokenIssuerConfiguration()Specifies settings that apply to the new trusted token issuer configuration.TrustedTokenIssuerConfigurationDescribeTrustedTokenIssuerResponse. trustedTokenIssuerConfiguration()A structure the describes the settings that apply of this trusted token issuer.Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type TrustedTokenIssuerConfiguration Modifier and Type Method Description CreateTrustedTokenIssuerRequest.BuilderCreateTrustedTokenIssuerRequest.Builder. trustedTokenIssuerConfiguration(TrustedTokenIssuerConfiguration trustedTokenIssuerConfiguration)Specifies settings that apply to the new trusted token issuer configuration.DescribeTrustedTokenIssuerResponse.BuilderDescribeTrustedTokenIssuerResponse.Builder. trustedTokenIssuerConfiguration(TrustedTokenIssuerConfiguration trustedTokenIssuerConfiguration)A structure the describes the settings that apply of this trusted token issuer.
-