Uses of Class
software.amazon.awssdk.services.apigateway.model.PutMode
-
Packages that use PutMode Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of PutMode in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutMode Modifier and Type Method Description static PutModePutMode. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.PutModeImportDocumentationPartsRequest. mode()A query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one.PutModePutRestApiRequest. mode()Themodequery parameter to specify the update mode.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 software.amazon.awssdk.services.apigateway.model that return types with arguments of type PutMode Modifier and Type Method Description static Set<PutMode>PutMode. knownValues()Methods in software.amazon.awssdk.services.apigateway.model with parameters of type PutMode Modifier and Type Method Description ImportDocumentationPartsRequest.BuilderImportDocumentationPartsRequest.Builder. mode(PutMode mode)A query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one.PutRestApiRequest.BuilderPutRestApiRequest.Builder. mode(PutMode mode)Themodequery parameter to specify the update mode.
-