Uses of Enum
software.amazon.awssdk.services.apigateway.model.PutMode
Packages that use PutMode
-
Uses of PutMode in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PutModeModifier and TypeMethodDescriptionstatic PutModeUse this in place of valueOf to convert the raw string returned by the service into the enum value.final 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.final PutModePutRestApiRequest.mode()Themodequery parameter to specify the update mode.static PutModeReturns 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 PutModeMethods in software.amazon.awssdk.services.apigateway.model with parameters of type PutModeModifier and TypeMethodDescriptionA query parameter to indicate whether to overwrite (overwrite) any existing DocumentationParts definition or to merge (merge) the new definition into the existing one.Themodequery parameter to specify the update mode.