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