Uses of Class
software.amazon.awssdk.services.privatenetworks.model.AcknowledgmentStatus
-
Packages that use AcknowledgmentStatus Package Description software.amazon.awssdk.services.privatenetworks.model -
-
Uses of AcknowledgmentStatus in software.amazon.awssdk.services.privatenetworks.model
Methods in software.amazon.awssdk.services.privatenetworks.model that return AcknowledgmentStatus Modifier and Type Method Description AcknowledgmentStatusOrder. acknowledgmentStatus()The acknowledgement status of the order.static AcknowledgmentStatusAcknowledgmentStatus. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static AcknowledgmentStatusAcknowledgmentStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static AcknowledgmentStatus[]AcknowledgmentStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.privatenetworks.model that return types with arguments of type AcknowledgmentStatus Modifier and Type Method Description static Set<AcknowledgmentStatus>AcknowledgmentStatus. knownValues()Methods in software.amazon.awssdk.services.privatenetworks.model with parameters of type AcknowledgmentStatus Modifier and Type Method Description Order.BuilderOrder.Builder. acknowledgmentStatus(AcknowledgmentStatus acknowledgmentStatus)The acknowledgement status of the order.
-