Uses of Class
software.amazon.awssdk.services.ssoadmin.model.UpdateTrustedTokenIssuerResponse
-
Packages that use UpdateTrustedTokenIssuerResponse Package Description software.amazon.awssdk.services.ssoadmin IAM Identity Center (successor to Single Sign-On) helps you securely create, or connect, your workforce identities and manage their access centrally across Amazon Web Services accounts and applications. -
-
Uses of UpdateTrustedTokenIssuerResponse in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin that return UpdateTrustedTokenIssuerResponse Modifier and Type Method Description default UpdateTrustedTokenIssuerResponseSsoAdminClient. updateTrustedTokenIssuer(Consumer<UpdateTrustedTokenIssuerRequest.Builder> updateTrustedTokenIssuerRequest)Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.default UpdateTrustedTokenIssuerResponseSsoAdminClient. updateTrustedTokenIssuer(UpdateTrustedTokenIssuerRequest updateTrustedTokenIssuerRequest)Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.Methods in software.amazon.awssdk.services.ssoadmin that return types with arguments of type UpdateTrustedTokenIssuerResponse Modifier and Type Method Description default CompletableFuture<UpdateTrustedTokenIssuerResponse>SsoAdminAsyncClient. updateTrustedTokenIssuer(Consumer<UpdateTrustedTokenIssuerRequest.Builder> updateTrustedTokenIssuerRequest)Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.default CompletableFuture<UpdateTrustedTokenIssuerResponse>SsoAdminAsyncClient. updateTrustedTokenIssuer(UpdateTrustedTokenIssuerRequest updateTrustedTokenIssuerRequest)Updates the name of the trusted token issuer, or the path of a source attribute or destination attribute for a trusted token issuer configuration.
-