Uses of Class
software.amazon.awssdk.services.appconfig.model.BytesMeasure
-
Packages that use BytesMeasure Package Description software.amazon.awssdk.services.appconfig.model -
-
Uses of BytesMeasure in software.amazon.awssdk.services.appconfig.model
Methods in software.amazon.awssdk.services.appconfig.model that return BytesMeasure Modifier and Type Method Description static BytesMeasureBytesMeasure. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.BytesMeasurePayloadTooLargeException. measure()Returns the value of the Measure property for this object.static BytesMeasureBytesMeasure. valueOf(String name)Returns the enum constant of this type with the specified name.static BytesMeasure[]BytesMeasure. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.appconfig.model that return types with arguments of type BytesMeasure Modifier and Type Method Description static Set<BytesMeasure>BytesMeasure. knownValues()Methods in software.amazon.awssdk.services.appconfig.model with parameters of type BytesMeasure Modifier and Type Method Description PayloadTooLargeException.BuilderPayloadTooLargeException.Builder. measure(BytesMeasure measure)Sets the value of the Measure property for this object.
-