| 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 |
|---|---|
CreateIdentitySourceResult |
AmazonVerifiedPermissionsClient.createIdentitySource(CreateIdentitySourceRequest request)
Adds an identity source to a policy store–an Amazon Cognito user pool or OpenID Connect (OIDC) identity provider
(IdP).
|
CreateIdentitySourceResult |
AbstractAmazonVerifiedPermissions.createIdentitySource(CreateIdentitySourceRequest request) |
CreateIdentitySourceResult |
AmazonVerifiedPermissions.createIdentitySource(CreateIdentitySourceRequest createIdentitySourceRequest)
Adds an identity source to a policy store–an Amazon Cognito user pool or OpenID Connect (OIDC) identity provider
(IdP).
|
| Modifier and Type | Method and Description |
|---|---|
Future<CreateIdentitySourceResult> |
AmazonVerifiedPermissionsAsyncClient.createIdentitySourceAsync(CreateIdentitySourceRequest request,
AsyncHandler<CreateIdentitySourceRequest,CreateIdentitySourceResult> asyncHandler) |
Future<CreateIdentitySourceResult> |
AbstractAmazonVerifiedPermissionsAsync.createIdentitySourceAsync(CreateIdentitySourceRequest request,
AsyncHandler<CreateIdentitySourceRequest,CreateIdentitySourceResult> asyncHandler) |
Future<CreateIdentitySourceResult> |
AmazonVerifiedPermissionsAsync.createIdentitySourceAsync(CreateIdentitySourceRequest createIdentitySourceRequest,
AsyncHandler<CreateIdentitySourceRequest,CreateIdentitySourceResult> asyncHandler)
Adds an identity source to a policy store–an Amazon Cognito user pool or OpenID Connect (OIDC) identity provider
(IdP).
|
| Modifier and Type | Method and Description |
|---|---|
CreateIdentitySourceResult |
CreateIdentitySourceResult.clone() |
CreateIdentitySourceResult |
CreateIdentitySourceResult.withCreatedDate(Date createdDate)
The date and time the identity source was originally created.
|
CreateIdentitySourceResult |
CreateIdentitySourceResult.withIdentitySourceId(String identitySourceId)
The unique ID of the new identity source.
|
CreateIdentitySourceResult |
CreateIdentitySourceResult.withLastUpdatedDate(Date lastUpdatedDate)
The date and time the identity source was most recently updated.
|
CreateIdentitySourceResult |
CreateIdentitySourceResult.withPolicyStoreId(String policyStoreId)
The ID of the policy store that contains the identity source.
|
Copyright © 2024. All rights reserved.