Uses of Class
software.amazon.awssdk.services.verifiedpermissions.model.UpdateIdentitySourceRequest
-
Packages that use UpdateIdentitySourceRequest Package Description software.amazon.awssdk.services.verifiedpermissions Amazon Verified Permissions is a permissions management service from Amazon Web Services.software.amazon.awssdk.services.verifiedpermissions.transform -
-
Uses of UpdateIdentitySourceRequest in software.amazon.awssdk.services.verifiedpermissions
Methods in software.amazon.awssdk.services.verifiedpermissions with parameters of type UpdateIdentitySourceRequest Modifier and Type Method Description 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.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. -
Uses of UpdateIdentitySourceRequest in software.amazon.awssdk.services.verifiedpermissions.transform
Methods in software.amazon.awssdk.services.verifiedpermissions.transform with parameters of type UpdateIdentitySourceRequest Modifier and Type Method Description SdkHttpFullRequestUpdateIdentitySourceRequestMarshaller. marshall(UpdateIdentitySourceRequest updateIdentitySourceRequest)
-