Uses of Class
software.amazon.awssdk.services.amplifyuibuilder.model.Component
-
Packages that use Component Package Description software.amazon.awssdk.services.amplifyuibuilder.model software.amazon.awssdk.services.amplifyuibuilder.paginators -
-
Uses of Component in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return Component Modifier and Type Method Description ComponentGetComponentResponse. component()Represents the configuration settings for the component.ComponentCreateComponentResponse. entity()Describes the configuration of the new component.ComponentUpdateComponentResponse. entity()Describes the configuration of the updated component.Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type Component Modifier and Type Method Description List<Component>ExportComponentsResponse. entities()Represents the configuration of the exported components.Methods in software.amazon.awssdk.services.amplifyuibuilder.model with parameters of type Component Modifier and Type Method Description GetComponentResponse.BuilderGetComponentResponse.Builder. component(Component component)Represents the configuration settings for the component.ExportComponentsResponse.BuilderExportComponentsResponse.Builder. entities(Component... entities)Represents the configuration of the exported components.CreateComponentResponse.BuilderCreateComponentResponse.Builder. entity(Component entity)Describes the configuration of the new component.UpdateComponentResponse.BuilderUpdateComponentResponse.Builder. entity(Component entity)Describes the configuration of the updated component.Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type Component Modifier and Type Method Description ExportComponentsResponse.BuilderExportComponentsResponse.Builder. entities(Collection<Component> entities)Represents the configuration of the exported components. -
Uses of Component in software.amazon.awssdk.services.amplifyuibuilder.paginators
Methods in software.amazon.awssdk.services.amplifyuibuilder.paginators that return types with arguments of type Component Modifier and Type Method Description SdkIterable<Component>ExportComponentsIterable. entities()Returns an iterable to iterate through the paginatedExportComponentsResponse.entities()member.SdkPublisher<Component>ExportComponentsPublisher. entities()Returns a publisher that can be used to get a stream of data.
-