| 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.
|
| Modifier and Type | Method and Description |
|---|---|
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 |
|---|---|
UpdateIdentitySourceResult |
UpdateIdentitySourceResult.clone() |
UpdateIdentitySourceResult |
UpdateIdentitySourceResult.withCreatedDate(Date createdDate)
The date and time that the updated identity source was originally created.
|
UpdateIdentitySourceResult |
UpdateIdentitySourceResult.withIdentitySourceId(String identitySourceId)
The ID of the updated identity source.
|
UpdateIdentitySourceResult |
UpdateIdentitySourceResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time that the identity source was most recently updated.
|
UpdateIdentitySourceResult |
UpdateIdentitySourceResult.withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the updated identity source.
|
Copyright © 2024. All rights reserved.