Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.ListComponentsRequest.Builder
-
Packages that use ListComponentsRequest.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder The Amplify UI Builder API provides a programmatic interface for creating and configuring user interface (UI) component libraries and themes for use in your Amplify applications.software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.amplifyuibuilder
-
Uses of ListComponentsRequest.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return ListComponentsRequest.Builder Modifier and Type Method Description ListComponentsRequest.BuilderListComponentsRequest.Builder. appId(String appId)The unique ID for the Amplify app.static ListComponentsRequest.BuilderListComponentsRequest. builder()ListComponentsRequest.BuilderListComponentsRequest.Builder. environmentName(String environmentName)The name of the backend environment that is a part of the Amplify app.ListComponentsRequest.BuilderListComponentsRequest.Builder. maxResults(Integer maxResults)The maximum number of components to retrieve.ListComponentsRequest.BuilderListComponentsRequest.Builder. nextToken(String nextToken)The token to request the next page of results.ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListComponentsRequest.BuilderListComponentsRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListComponentsRequest.BuilderListComponentsRequest. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type ListComponentsRequest.Builder Modifier and Type Method Description static Class<? extends ListComponentsRequest.Builder>ListComponentsRequest. serializableBuilderClass()
-