Uses of Class
software.amazon.awssdk.services.artifact.model.AcceptanceType
-
Packages that use AcceptanceType Package Description software.amazon.awssdk.services.artifact.model -
-
Uses of AcceptanceType in software.amazon.awssdk.services.artifact.model
Methods in software.amazon.awssdk.services.artifact.model that return AcceptanceType Modifier and Type Method Description AcceptanceTypeReportDetail. acceptanceType()Acceptance type for report.static AcceptanceTypeAcceptanceType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AcceptanceTypeAcceptanceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AcceptanceType[]AcceptanceType. 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 AcceptanceType Modifier and Type Method Description static Set<AcceptanceType>AcceptanceType. knownValues()Methods in software.amazon.awssdk.services.artifact.model with parameters of type AcceptanceType Modifier and Type Method Description ReportDetail.BuilderReportDetail.Builder. acceptanceType(AcceptanceType acceptanceType)Acceptance type for report.
-