Uses of Interface
software.amazon.awssdk.services.amplifyuibuilder.model.PutMetadataFlagBody.Builder
-
Packages that use PutMetadataFlagBody.Builder Package Description software.amazon.awssdk.services.amplifyuibuilder.model -
-
Uses of PutMetadataFlagBody.Builder in software.amazon.awssdk.services.amplifyuibuilder.model
Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return PutMetadataFlagBody.Builder Modifier and Type Method Description static PutMetadataFlagBody.BuilderPutMetadataFlagBody. builder()PutMetadataFlagBody.BuilderPutMetadataFlagBody.Builder. newValue(String newValue)The new information to store.PutMetadataFlagBody.BuilderPutMetadataFlagBody. toBuilder()Methods in software.amazon.awssdk.services.amplifyuibuilder.model that return types with arguments of type PutMetadataFlagBody.Builder Modifier and Type Method Description static Class<? extends PutMetadataFlagBody.Builder>PutMetadataFlagBody. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amplifyuibuilder.model with type arguments of type PutMetadataFlagBody.Builder Modifier and Type Method Description default PutMetadataFlagRequest.BuilderPutMetadataFlagRequest.Builder. body(Consumer<PutMetadataFlagBody.Builder> body)The metadata information to store.
-