Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListIdentityPropagationConfigsRequest.Builder
-
Packages that use ListIdentityPropagationConfigsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListIdentityPropagationConfigsRequest.Builder in software.amazon.awssdk.services.quicksight
Method parameters in software.amazon.awssdk.services.quicksight with type arguments of type ListIdentityPropagationConfigsRequest.Builder Modifier and Type Method Description default CompletableFuture<ListIdentityPropagationConfigsResponse>QuickSightAsyncClient. listIdentityPropagationConfigs(Consumer<ListIdentityPropagationConfigsRequest.Builder> listIdentityPropagationConfigsRequest)Lists all services and authorized targets that the QuickSight IAM Identity Center application can access.default ListIdentityPropagationConfigsResponseQuickSightClient. listIdentityPropagationConfigs(Consumer<ListIdentityPropagationConfigsRequest.Builder> listIdentityPropagationConfigsRequest)Lists all services and authorized targets that the QuickSight IAM Identity Center application can access. -
Uses of ListIdentityPropagationConfigsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListIdentityPropagationConfigsRequest.Builder Modifier and Type Method Description ListIdentityPropagationConfigsRequest.BuilderListIdentityPropagationConfigsRequest.Builder. awsAccountId(String awsAccountId)The ID of the Amazon Web Services account that contain the identity propagation configurations of.static ListIdentityPropagationConfigsRequest.BuilderListIdentityPropagationConfigsRequest. builder()ListIdentityPropagationConfigsRequest.BuilderListIdentityPropagationConfigsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned.ListIdentityPropagationConfigsRequest.BuilderListIdentityPropagationConfigsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListIdentityPropagationConfigsRequest.BuilderListIdentityPropagationConfigsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIdentityPropagationConfigsRequest.BuilderListIdentityPropagationConfigsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListIdentityPropagationConfigsRequest.BuilderListIdentityPropagationConfigsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListIdentityPropagationConfigsRequest.Builder Modifier and Type Method Description static Class<? extends ListIdentityPropagationConfigsRequest.Builder>ListIdentityPropagationConfigsRequest. serializableBuilderClass()
-