Uses of Class
com.amazonaws.services.apigateway.model.PutMode
-
Packages that use PutMode Package Description com.amazonaws.services.apigateway.model -
-
Uses of PutMode in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PutMode Modifier and Type Method Description static PutMode
PutMode. fromValue(String value)
Use this in place of valueOf.static PutMode
PutMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static PutMode[]
PutMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.amazonaws.services.apigateway.model with parameters of type PutMode Modifier and Type Method Description void
PutRestApiRequest. setMode(PutMode mode)
Themode
query parameter to specify the update mode.PutRestApiRequest
PutRestApiRequest. withMode(PutMode mode)
Themode
query parameter to specify the update mode.
-