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