Uses of Enum
software.amazon.awssdk.services.pi.model.AcceptLanguage
Packages that use AcceptLanguage
-
Uses of AcceptLanguage in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return AcceptLanguageModifier and TypeMethodDescriptionfinal AcceptLanguageGetPerformanceAnalysisReportRequest.acceptLanguage()The text language in the report.static AcceptLanguageUse this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceptLanguageReturns the enum constant of this type with the specified name.static AcceptLanguage[]AcceptLanguage.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 AcceptLanguageMethods in software.amazon.awssdk.services.pi.model with parameters of type AcceptLanguageModifier and TypeMethodDescriptionGetPerformanceAnalysisReportRequest.Builder.acceptLanguage(AcceptLanguage acceptLanguage) The text language in the report.