Uses of Interface
software.amazon.awssdk.services.apigateway.model.PatchOperation.Builder
-
Packages that use PatchOperation.Builder Package Description software.amazon.awssdk.services.apigateway.model -
-
Uses of PatchOperation.Builder in software.amazon.awssdk.services.apigateway.model
Methods in software.amazon.awssdk.services.apigateway.model that return PatchOperation.Builder Modifier and Type Method Description static PatchOperation.BuilderPatchOperation. builder()PatchOperation.BuilderPatchOperation.Builder. from(String from)The copy update operation's source as identified by a JSON-Pointer value referencing the location within the targeted resource to copy the value from.PatchOperation.BuilderPatchOperation.Builder. op(String op)An update operation to be performed with this PATCH request.PatchOperation.BuilderPatchOperation.Builder. op(Op op)An update operation to be performed with this PATCH request.PatchOperation.BuilderPatchOperation.Builder. path(String path)The op operation's target, as identified by a JSON Pointer value that references a location within the targeted resource.PatchOperation.BuilderPatchOperation. toBuilder()PatchOperation.BuilderPatchOperation.Builder. value(String value)The new target value of the update operation.Methods in software.amazon.awssdk.services.apigateway.model that return types with arguments of type PatchOperation.Builder Modifier and Type Method Description static Class<? extends PatchOperation.Builder>PatchOperation. serializableBuilderClass()
-