Uses of Interface
software.amazon.awssdk.services.quicksight.model.ListVpcConnectionsRequest.Builder
-
Packages that use ListVpcConnectionsRequest.Builder Package Description software.amazon.awssdk.services.quicksight Amazon QuickSight API Reference software.amazon.awssdk.services.quicksight.model -
-
Uses of ListVpcConnectionsRequest.Builder in software.amazon.awssdk.services.quicksight
-
Uses of ListVpcConnectionsRequest.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return ListVpcConnectionsRequest.Builder Modifier and Type Method Description ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. awsAccountId(String awsAccountId)The Amazon Web Services account ID of the account that contains the VPC connections that you want to list.static ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest. builder()ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. maxResults(Integer maxResults)The maximum number of results to be returned per request.ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. nextToken(String nextToken)The token for the next set of results, or null if there are no more results.ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListVpcConnectionsRequest.BuilderListVpcConnectionsRequest. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type ListVpcConnectionsRequest.Builder Modifier and Type Method Description static Class<? extends ListVpcConnectionsRequest.Builder>ListVpcConnectionsRequest. serializableBuilderClass()
-