Uses of Class
software.amazon.awssdk.services.artifact.model.PublishedState
-
Packages that use PublishedState Package Description software.amazon.awssdk.services.artifact.model -
-
Uses of PublishedState in software.amazon.awssdk.services.artifact.model
Methods in software.amazon.awssdk.services.artifact.model that return PublishedState Modifier and Type Method Description static PublishedStatePublishedState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PublishedStateReportDetail. state()Current state of the report resourcePublishedStateReportSummary. state()Current state of the report resource.static PublishedStatePublishedState. valueOf(String name)Returns the enum constant of this type with the specified name.static PublishedState[]PublishedState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.artifact.model that return types with arguments of type PublishedState Modifier and Type Method Description static Set<PublishedState>PublishedState. knownValues()Methods in software.amazon.awssdk.services.artifact.model with parameters of type PublishedState Modifier and Type Method Description ReportDetail.BuilderReportDetail.Builder. state(PublishedState state)Current state of the report resourceReportSummary.BuilderReportSummary.Builder. state(PublishedState state)Current state of the report resource.
-