Uses of Class
software.amazon.awssdk.services.pi.model.TextFormat
-
Packages that use TextFormat Package Description software.amazon.awssdk.services.pi.model -
-
Uses of TextFormat in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return TextFormat Modifier and Type Method Description static TextFormatTextFormat. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.TextFormatGetPerformanceAnalysisReportRequest. textFormat()Indicates the text format in the report.static TextFormatTextFormat. valueOf(String name)Returns the enum constant of this type with the specified name.static TextFormat[]TextFormat. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type TextFormat Modifier and Type Method Description static Set<TextFormat>TextFormat. knownValues()Methods in software.amazon.awssdk.services.pi.model with parameters of type TextFormat Modifier and Type Method Description GetPerformanceAnalysisReportRequest.BuilderGetPerformanceAnalysisReportRequest.Builder. textFormat(TextFormat textFormat)Indicates the text format in the report.
-