| Package | Description |
|---|---|
| com.amazonaws.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| com.amazonaws.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentitySourceResult |
AmazonVerifiedPermissionsClient.updateIdentitySource(UpdateIdentitySourceRequest request)
Updates the specified identity source to use a new identity provider (IdP) source, or to change the mapping of
identities from the IdP to a different principal entity type.
|
UpdateIdentitySourceResult |
AbstractAmazonVerifiedPermissions.updateIdentitySource(UpdateIdentitySourceRequest request) |
UpdateIdentitySourceResult |
AmazonVerifiedPermissions.updateIdentitySource(UpdateIdentitySourceRequest updateIdentitySourceRequest)
Updates the specified identity source to use a new identity provider (IdP) source, or to change the mapping of
identities from the IdP to a different principal entity type.
|
Future<UpdateIdentitySourceResult> |
AbstractAmazonVerifiedPermissionsAsync.updateIdentitySourceAsync(UpdateIdentitySourceRequest request) |
Future<UpdateIdentitySourceResult> |
AmazonVerifiedPermissionsAsyncClient.updateIdentitySourceAsync(UpdateIdentitySourceRequest request) |
Future<UpdateIdentitySourceResult> |
AmazonVerifiedPermissionsAsync.updateIdentitySourceAsync(UpdateIdentitySourceRequest updateIdentitySourceRequest)
Updates the specified identity source to use a new identity provider (IdP) source, or to change the mapping of
identities from the IdP to a different principal entity type.
|
Future<UpdateIdentitySourceResult> |
AbstractAmazonVerifiedPermissionsAsync.updateIdentitySourceAsync(UpdateIdentitySourceRequest request,
AsyncHandler<UpdateIdentitySourceRequest,UpdateIdentitySourceResult> asyncHandler) |
Future<UpdateIdentitySourceResult> |
AmazonVerifiedPermissionsAsyncClient.updateIdentitySourceAsync(UpdateIdentitySourceRequest request,
AsyncHandler<UpdateIdentitySourceRequest,UpdateIdentitySourceResult> asyncHandler) |
Future<UpdateIdentitySourceResult> |
AmazonVerifiedPermissionsAsync.updateIdentitySourceAsync(UpdateIdentitySourceRequest updateIdentitySourceRequest,
AsyncHandler<UpdateIdentitySourceRequest,UpdateIdentitySourceResult> asyncHandler)
Updates the specified identity source to use a new identity provider (IdP) source, or to change the mapping of
identities from the IdP to a different principal entity type.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateIdentitySourceRequest |
UpdateIdentitySourceRequest.clone() |
UpdateIdentitySourceRequest |
UpdateIdentitySourceRequest.withIdentitySourceId(String identitySourceId)
Specifies the ID of the identity source that you want to update.
|
UpdateIdentitySourceRequest |
UpdateIdentitySourceRequest.withPolicyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the identity source that you want to update.
|
UpdateIdentitySourceRequest |
UpdateIdentitySourceRequest.withPrincipalEntityType(String principalEntityType)
Specifies the data type of principals generated for identities authenticated by the identity source.
|
UpdateIdentitySourceRequest |
UpdateIdentitySourceRequest.withUpdateConfiguration(UpdateConfiguration updateConfiguration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
Copyright © 2023. All rights reserved.