Uses of Class
software.amazon.awssdk.services.quicksight.model.SheetImageScalingType
-
Packages that use SheetImageScalingType Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of SheetImageScalingType in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return SheetImageScalingType Modifier and Type Method Description static SheetImageScalingTypeSheetImageScalingType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SheetImageScalingTypeSheetImageScalingConfiguration. scalingType()The scaling option to use when fitting the image inside the container.static SheetImageScalingTypeSheetImageScalingType. valueOf(String name)Returns the enum constant of this type with the specified name.static SheetImageScalingType[]SheetImageScalingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type SheetImageScalingType Modifier and Type Method Description static Set<SheetImageScalingType>SheetImageScalingType. knownValues()Methods in software.amazon.awssdk.services.quicksight.model with parameters of type SheetImageScalingType Modifier and Type Method Description SheetImageScalingConfiguration.BuilderSheetImageScalingConfiguration.Builder. scalingType(SheetImageScalingType scalingType)The scaling option to use when fitting the image inside the container.
-