Uses of Class
software.amazon.awssdk.services.ssoadmin.model.UpdateTrustedTokenIssuerRequest
-
Packages that use UpdateTrustedTokenIssuerRequest 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.software.amazon.awssdk.services.ssoadmin.transform -
-
Uses of UpdateTrustedTokenIssuerRequest in software.amazon.awssdk.services.ssoadmin
Methods in software.amazon.awssdk.services.ssoadmin with parameters of type UpdateTrustedTokenIssuerRequest Modifier and Type Method Description 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.default UpdateTrustedTokenIssuerResponse
SsoAdminClient. 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. -
Uses of UpdateTrustedTokenIssuerRequest in software.amazon.awssdk.services.ssoadmin.transform
Methods in software.amazon.awssdk.services.ssoadmin.transform with parameters of type UpdateTrustedTokenIssuerRequest Modifier and Type Method Description SdkHttpFullRequest
UpdateTrustedTokenIssuerRequestMarshaller. marshall(UpdateTrustedTokenIssuerRequest updateTrustedTokenIssuerRequest)
-