| Package | Description |
|---|---|
| software.amazon.awssdk.services.verifiedpermissions |
Amazon Verified Permissions is a permissions management service from Amazon Web Services.
|
| software.amazon.awssdk.services.verifiedpermissions.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateIdentitySourceResponse |
VerifiedPermissionsClient.updateIdentitySource(Consumer<UpdateIdentitySourceRequest.Builder> 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.
|
default CompletableFuture<UpdateIdentitySourceResponse> |
VerifiedPermissionsAsyncClient.updateIdentitySource(Consumer<UpdateIdentitySourceRequest.Builder> 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 |
|---|---|
static UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.builder() |
UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.Builder.identitySourceId(String identitySourceId)
Specifies the ID of the identity source that you want to update.
|
UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.Builder.policyStoreId(String policyStoreId)
Specifies the ID of the policy store that contains the identity source that you want to update.
|
UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.Builder.principalEntityType(String principalEntityType)
Specifies the data type of principals generated for identities authenticated by the identity source.
|
UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.toBuilder() |
default UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.Builder.updateConfiguration(Consumer<UpdateConfiguration.Builder> updateConfiguration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
UpdateIdentitySourceRequest.Builder |
UpdateIdentitySourceRequest.Builder.updateConfiguration(UpdateConfiguration updateConfiguration)
Specifies the details required to communicate with the identity provider (IdP) associated with this identity
source.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateIdentitySourceRequest.Builder> |
UpdateIdentitySourceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.