Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListNamespacesRequest.Builder
-
Packages that use ListNamespacesRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListNamespacesRequest.Builder in software.amazon.awssdk.services.quicksight
-
Uses of ListNamespacesRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListNamespacesRequest.Builder Modifier and Type Method Description ListNamespacesRequest.BuilderListNamespacesRequest.Builder. awsAccountId(String awsAccountId)The ID for the Amazon Web Services account that contains the Amazon QuickSight namespaces that you want to list.static ListNamespacesRequest.BuilderListNamespacesRequest. builder()ListNamespacesRequest.BuilderListNamespacesRequest.Builder. maxResults(Integer maxResults)The maximum number of results to return.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. nextToken(String nextToken)A unique pagination token that can be used in a subsequent request.ListNamespacesRequest.BuilderListNamespacesRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNamespacesRequest.BuilderListNamespacesRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNamespacesRequest.BuilderListNamespacesRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListNamespacesRequest.Builder Modifier and Type Method Description static Class<? extends ListNamespacesRequest.Builder>ListNamespacesRequest. serializableBuilderClass()
-