Uses of Class
software.amazon.awssdk.services.notifications.model.Dimension
-
Packages that use Dimension Package Description software.amazon.awssdk.services.notifications.model -
-
Uses of Dimension in software.amazon.awssdk.services.notifications.model
Methods in software.amazon.awssdk.services.notifications.model that return types with arguments of type Dimension Modifier and Type Method Description List<Dimension>MessageComponents. dimensions()A list of properties in key-value pairs.Methods in software.amazon.awssdk.services.notifications.model with parameters of type Dimension Modifier and Type Method Description MessageComponents.BuilderMessageComponents.Builder. dimensions(Dimension... dimensions)A list of properties in key-value pairs.Method parameters in software.amazon.awssdk.services.notifications.model with type arguments of type Dimension Modifier and Type Method Description MessageComponents.BuilderMessageComponents.Builder. dimensions(Collection<Dimension> dimensions)A list of properties in key-value pairs.
-