Uses of Class
software.amazon.awssdk.services.ssoadmin.model.TrustedTokenIssuerType
-
Packages that use TrustedTokenIssuerType Package Description software.amazon.awssdk.services.ssoadmin.model -
-
Uses of TrustedTokenIssuerType in software.amazon.awssdk.services.ssoadmin.model
Methods in software.amazon.awssdk.services.ssoadmin.model that return TrustedTokenIssuerType Modifier and Type Method Description static TrustedTokenIssuerTypeTrustedTokenIssuerType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TrustedTokenIssuerTypeCreateTrustedTokenIssuerRequest. trustedTokenIssuerType()Specifies the type of the new trusted token issuer.TrustedTokenIssuerTypeDescribeTrustedTokenIssuerResponse. trustedTokenIssuerType()The type of the trusted token issuer.TrustedTokenIssuerTypeTrustedTokenIssuerMetadata. trustedTokenIssuerType()The type of trusted token issuer.static TrustedTokenIssuerTypeTrustedTokenIssuerType. valueOf(String name)Returns the enum constant of this type with the specified name.static TrustedTokenIssuerType[]TrustedTokenIssuerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssoadmin.model that return types with arguments of type TrustedTokenIssuerType Modifier and Type Method Description static Set<TrustedTokenIssuerType>TrustedTokenIssuerType. knownValues()Methods in software.amazon.awssdk.services.ssoadmin.model with parameters of type TrustedTokenIssuerType Modifier and Type Method Description CreateTrustedTokenIssuerRequest.BuilderCreateTrustedTokenIssuerRequest.Builder. trustedTokenIssuerType(TrustedTokenIssuerType trustedTokenIssuerType)Specifies the type of the new trusted token issuer.DescribeTrustedTokenIssuerResponse.BuilderDescribeTrustedTokenIssuerResponse.Builder. trustedTokenIssuerType(TrustedTokenIssuerType trustedTokenIssuerType)The type of the trusted token issuer.TrustedTokenIssuerMetadata.BuilderTrustedTokenIssuerMetadata.Builder. trustedTokenIssuerType(TrustedTokenIssuerType trustedTokenIssuerType)The type of trusted token issuer.
-