Uses of Interface
software.amazon.awssdk.services.quicksight.model.DeleteIdentityPropagationConfigRequest.Builder
-
Packages that use DeleteIdentityPropagationConfigRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of DeleteIdentityPropagationConfigRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type DeleteIdentityPropagationConfigRequest.Builder Modifier and Type Method Description default CompletableFuture<DeleteIdentityPropagationConfigResponse>QuickSightAsyncClient. deleteIdentityPropagationConfig(Consumer<DeleteIdentityPropagationConfigRequest.Builder> deleteIdentityPropagationConfigRequest)Deletes all access scopes and authorized targets that are associated with a service from the QuickSight IAM Identity Center application.default DeleteIdentityPropagationConfigResponseQuickSightClient. deleteIdentityPropagationConfig(Consumer<DeleteIdentityPropagationConfigRequest.Builder> deleteIdentityPropagationConfigRequest)Deletes all access scopes and authorized targets that are associated with a service from the QuickSight IAM Identity Center application. -
Uses of DeleteIdentityPropagationConfigRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return DeleteIdentityPropagationConfigRequest.Builder Modifier and Type Method Description DeleteIdentityPropagationConfigRequest.BuilderDeleteIdentityPropagationConfigRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that you want to delete an identity propagation configuration from.static DeleteIdentityPropagationConfigRequest.BuilderDeleteIdentityPropagationConfigRequest. builder()DeleteIdentityPropagationConfigRequest.BuilderDeleteIdentityPropagationConfigRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DeleteIdentityPropagationConfigRequest.BuilderDeleteIdentityPropagationConfigRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DeleteIdentityPropagationConfigRequest.BuilderDeleteIdentityPropagationConfigRequest.Builder. service(String service)The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.DeleteIdentityPropagationConfigRequest.BuilderDeleteIdentityPropagationConfigRequest.Builder. service(ServiceType service)The name of the Amazon Web Services service that you want to delete the associated access scopes and authorized targets from.DeleteIdentityPropagationConfigRequest.BuilderDeleteIdentityPropagationConfigRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type DeleteIdentityPropagationConfigRequest.Builder Modifier and Type Method Description static Class<? extends DeleteIdentityPropagationConfigRequest.Builder>DeleteIdentityPropagationConfigRequest. serializableBuilderClass()
-