Uses of Interface
software.amazon.awssdk.services.notifications.model.Dimension.Builder
-
Packages that use Dimension.Builder Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of Dimension.Builder in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return Dimension.Builder Modifier and Type Method Description static Dimension.BuilderDimension. builder()Dimension.BuilderDimension.Builder. name(String name)The name of the dimensionDimension.BuilderDimension. toBuilder()Dimension.BuilderDimension.Builder. value(String value)The value of the dimension.Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type Dimension.Builder Modifier and Type Method Description static Class<? extends Dimension.Builder>Dimension. serializableBuilderClass()
-