Uses of Interface
software.amazon.awssdk.services.quicksight.model.UpdateIdentityPropagationConfigRequest.Builder
-
Packages that use UpdateIdentityPropagationConfigRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of UpdateIdentityPropagationConfigRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type UpdateIdentityPropagationConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateIdentityPropagationConfigResponse>QuickSightAsyncClient. updateIdentityPropagationConfig(Consumer<UpdateIdentityPropagationConfigRequest.Builder> updateIdentityPropagationConfigRequest)Adds or updates services and authorized targets to configure what the Amazon QuickSight IAM Identity Center application can access.default UpdateIdentityPropagationConfigResponseQuickSightClient. updateIdentityPropagationConfig(Consumer<UpdateIdentityPropagationConfigRequest.Builder> updateIdentityPropagationConfigRequest)Adds or updates services and authorized targets to configure what the Amazon QuickSight IAM Identity Center application can access. -
Uses of UpdateIdentityPropagationConfigRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return UpdateIdentityPropagationConfigRequest.Builder Modifier and Type Method Description UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest.Builder. authorizedTargets(String... authorizedTargets)Specifies a list of application ARNs that represent the authorized targets for a service.UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest.Builder. authorizedTargets(Collection<String> authorizedTargets)Specifies a list of application ARNs that represent the authorized targets for a service.UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contains the identity propagation configuration that you want to update.static UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest. builder()UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest.Builder. service(String service)The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest.Builder. service(ServiceType service)The name of the Amazon Web Services service that contains the authorized targets that you want to add or update.UpdateIdentityPropagationConfigRequest.BuilderUpdateIdentityPropagationConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type UpdateIdentityPropagationConfigRequest.Builder Modifier and Type Method Description static Class<? extends UpdateIdentityPropagationConfigRequest.Builder>UpdateIdentityPropagationConfigRequest. serializableBuilderClass()
-