Uses of Interface
software.amazon.awssdk.services.verifiedpermissions.model.UpdateIdentitySourceRequest.Builder
-
Packages that use UpdateIdentitySourceRequest.Builder 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 -
-
Uses of UpdateIdentitySourceRequest.Builder in software.amazon.awssdk.services.verifiedpermissions
Method parameters in software.amazon.awssdk.services.verifiedpermissions with type arguments of type UpdateIdentitySourceRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIdentitySourceResponse>VerifiedPermissionsAsyncClient. updateIdentitySource(Consumer<UpdateIdentitySourceRequest.Builder> 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(Consumer<UpdateIdentitySourceRequest.Builder> 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.Builder in software.amazon.awssdk.services.verifiedpermissions.model
Methods in software.amazon.awssdk.services.verifiedpermissions.model that return UpdateIdentitySourceRequest.Builder Modifier and Type Method Description static UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest. builder()UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest.Builder. identitySourceId(String identitySourceId)Specifies the ID of the identity source that you want to update.UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest.Builder. policyStoreId(String policyStoreId)Specifies the ID of the policy store that contains the identity source that you want to update.UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest.Builder. principalEntityType(String principalEntityType)Specifies the data type of principals generated for identities authenticated by the identity source.UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest. toBuilder()default UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest.Builder. updateConfiguration(Consumer<UpdateConfiguration.Builder> updateConfiguration)Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.UpdateIdentitySourceRequest.BuilderUpdateIdentitySourceRequest.Builder. updateConfiguration(UpdateConfiguration updateConfiguration)Specifies the details required to communicate with the identity provider (IdP) associated with this identity source.Methods in software.amazon.awssdk.services.verifiedpermissions.model that return types with arguments of type UpdateIdentitySourceRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIdentitySourceRequest.Builder>UpdateIdentitySourceRequest. serializableBuilderClass()
-