Uses of Enum
software.amazon.awssdk.services.pi.model.AnalysisStatus
Packages that use AnalysisStatus
-
Uses of AnalysisStatus in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return AnalysisStatusModifier and TypeMethodDescriptionstatic AnalysisStatusUse this in place of valueOf to convert the raw string returned by the service into the enum value.final AnalysisStatusAnalysisReport.status()The status of the created analysis report.final AnalysisStatusAnalysisReportSummary.status()The status of the analysis report.static AnalysisStatusReturns the enum constant of this type with the specified name.static AnalysisStatus[]AnalysisStatus.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 AnalysisStatusMethods in software.amazon.awssdk.services.pi.model with parameters of type AnalysisStatusModifier and TypeMethodDescriptionAnalysisReport.Builder.status(AnalysisStatus status) The status of the created analysis report.AnalysisReportSummary.Builder.status(AnalysisStatus status) The status of the analysis report.