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 PutModePutMode. fromValue(String value)Use this in place of valueOf.static PutModePutMode. 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 voidPutRestApiRequest. setMode(PutMode mode)Themodequery parameter to specify the update mode.PutRestApiRequestPutRestApiRequest. withMode(PutMode mode)Themodequery parameter to specify the update mode.
-