Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.UpdateIdentitySourceResponse
-
Packages that use UpdateIdentitySourceResponse Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services. -
-
Uses of UpdateIdentitySourceResponse in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions that return UpdateIdentitySourceResponse Modifier and Type Method Description default UpdateIdentitySourceResponseVerifiedPermissionsClient. updateIdentitySource(Consumer<UpdateIdentitySourceRequest.Builder> updateIdentitySourceRequest)Updates the specified identity source to use a new identity provider (IdP), or to change the mapping of identities from the IdP to a different principal entity type.default UpdateIdentitySourceResponseVerifiedPermissionsClient. updateIdentitySource(UpdateIdentitySourceRequest updateIdentitySourceRequest)Updates the specified identity source to use a new identity provider (IdP), or to change the mapping of identities from the IdP to a different principal entity type.Methods in software.amazon.awssdk.services.verifiedpermissions that return types with arguments of type UpdateIdentitySourceResponse Modifier and Type Method Description default CompletableFuture<UpdateIdentitySourceResponse>VerifiedPermissionsAsyncClient. updateIdentitySource(Consumer<UpdateIdentitySourceRequest.Builder> updateIdentitySourceRequest)Updates the specified identity source to use a new identity provider (IdP), or to change the mapping of identities from the IdP to a different principal entity type.default CompletableFuture<UpdateIdentitySourceResponse>VerifiedPermissionsAsyncClient. updateIdentitySource(UpdateIdentitySourceRequest updateIdentitySourceRequest)Updates the specified identity source to use a new identity provider (IdP), or to change the mapping of identities from the IdP to a different principal entity type.
-