Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.GetComponentResponse.Builder
-
Packages that use GetComponentResponse.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of GetComponentResponse.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return GetComponentResponse.Builder Modifier and Type Method Description static GetComponentResponse.BuilderGetComponentResponse. builder()default GetComponentResponse.BuilderGetComponentResponse.Builder. component(Consumer<Component.Builder> component)Represents the configuration settings for the component.GetComponentResponse.BuilderGetComponentResponse.Builder. component(Component component)Represents the configuration settings for the component.GetComponentResponse.BuilderGetComponentResponse. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type GetComponentResponse.Builder Modifier and Type Method Description static Class<? extends GetComponentResponse.Builder>GetComponentResponse. serializableBuilderClass()
-