Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.UpdateOpenIdConnectTokenSelection
-
Packages that use UpdateOpenIdConnectTokenSelection Package Description software.amazon.awssdk.services.verifiedpermissions.model -
-
Uses of UpdateOpenIdConnectTokenSelection in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return UpdateOpenIdConnectTokenSelection Modifier and Type Method Description static UpdateOpenIdConnectTokenSelectionUpdateOpenIdConnectTokenSelection. fromAccessTokenOnly(Consumer<UpdateOpenIdConnectAccessTokenConfiguration.Builder> accessTokenOnly)Create an instance of this class withaccessTokenOnly()initialized to the given value.static UpdateOpenIdConnectTokenSelectionUpdateOpenIdConnectTokenSelection. fromAccessTokenOnly(UpdateOpenIdConnectAccessTokenConfiguration accessTokenOnly)Create an instance of this class withaccessTokenOnly()initialized to the given value.static UpdateOpenIdConnectTokenSelectionUpdateOpenIdConnectTokenSelection. fromIdentityTokenOnly(Consumer<UpdateOpenIdConnectIdentityTokenConfiguration.Builder> identityTokenOnly)Create an instance of this class withidentityTokenOnly()initialized to the given value.static UpdateOpenIdConnectTokenSelectionUpdateOpenIdConnectTokenSelection. fromIdentityTokenOnly(UpdateOpenIdConnectIdentityTokenConfiguration identityTokenOnly)Create an instance of this class withidentityTokenOnly()initialized to the given value.UpdateOpenIdConnectTokenSelectionUpdateOpenIdConnectConfiguration. tokenSelection()The token type that you want to process from your OIDC identity provider.Methods in software.amazon.awssdk.services.verifiedpermissions.model with parameters of type UpdateOpenIdConnectTokenSelection Modifier and Type Method Description UpdateOpenIdConnectConfiguration.BuilderUpdateOpenIdConnectConfiguration.Builder. tokenSelection(UpdateOpenIdConnectTokenSelection tokenSelection)The token type that you want to process from your OIDC identity provider.
-