Uses of Class
software.amazon.awssdk.services.redshift.model.AuthorizedTokenIssuer
-
Packages that use AuthorizedTokenIssuer Package Description software.amazon.awssdk.services.redshift.model -
-
Uses of AuthorizedTokenIssuer in software.amazon.awssdk.services.redshift.model
Methods in software.amazon.awssdk.services.redshift.model that return types with arguments of type AuthorizedTokenIssuer Modifier and Type Method Description List<AuthorizedTokenIssuer>CreateRedshiftIdcApplicationRequest. authorizedTokenIssuerList()The token issuer list for the Amazon Redshift IAM Identity Center application instance.List<AuthorizedTokenIssuer>ModifyRedshiftIdcApplicationRequest. authorizedTokenIssuerList()The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.List<AuthorizedTokenIssuer>RedshiftIdcApplication. authorizedTokenIssuerList()The authorized token issuer list for the Amazon Redshift IAM Identity Center application.Methods in software.amazon.awssdk.services.redshift.model with parameters of type AuthorizedTokenIssuer Modifier and Type Method Description CreateRedshiftIdcApplicationRequest.BuilderCreateRedshiftIdcApplicationRequest.Builder. authorizedTokenIssuerList(AuthorizedTokenIssuer... authorizedTokenIssuerList)The token issuer list for the Amazon Redshift IAM Identity Center application instance.ModifyRedshiftIdcApplicationRequest.BuilderModifyRedshiftIdcApplicationRequest.Builder. authorizedTokenIssuerList(AuthorizedTokenIssuer... authorizedTokenIssuerList)The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.RedshiftIdcApplication.BuilderRedshiftIdcApplication.Builder. authorizedTokenIssuerList(AuthorizedTokenIssuer... authorizedTokenIssuerList)The authorized token issuer list for the Amazon Redshift IAM Identity Center application.Method parameters in software.amazon.awssdk.services.redshift.model with type arguments of type AuthorizedTokenIssuer Modifier and Type Method Description CreateRedshiftIdcApplicationRequest.BuilderCreateRedshiftIdcApplicationRequest.Builder. authorizedTokenIssuerList(Collection<AuthorizedTokenIssuer> authorizedTokenIssuerList)The token issuer list for the Amazon Redshift IAM Identity Center application instance.ModifyRedshiftIdcApplicationRequest.BuilderModifyRedshiftIdcApplicationRequest.Builder. authorizedTokenIssuerList(Collection<AuthorizedTokenIssuer> authorizedTokenIssuerList)The authorized token issuer list for the Amazon Redshift IAM Identity Center application to change.RedshiftIdcApplication.BuilderRedshiftIdcApplication.Builder. authorizedTokenIssuerList(Collection<AuthorizedTokenIssuer> authorizedTokenIssuerList)The authorized token issuer list for the Amazon Redshift IAM Identity Center application.
-