Uses of Class
software.amazon.awssdk.services.lookoutmetrics.model.SnsFormat
-
Packages that use SnsFormat Package Description software.amazon.awssdk.services.lookoutmetrics.model -
-
Uses of SnsFormat in software.amazon.awssdk.services.lookoutmetrics.model
Methods in software.amazon.awssdk.services.lookoutmetrics.model that return SnsFormat Modifier and Type Method Description static SnsFormatSnsFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.SnsFormatSNSConfiguration. snsFormat()The format of the SNS topic.static SnsFormatSnsFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static SnsFormat[]SnsFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.lookoutmetrics.model that return types with arguments of type SnsFormat Modifier and Type Method Description static Set<SnsFormat>SnsFormat. knownValues()Methods in software.amazon.awssdk.services.lookoutmetrics.model with parameters of type SnsFormat Modifier and Type Method Description SNSConfiguration.BuilderSNSConfiguration.Builder. snsFormat(SnsFormat snsFormat)The format of the SNS topic.
-