| Package | Description |
|---|---|
| software.amazon.awssdk.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
static PatchOperation.Builder |
PatchOperation.builder() |
PatchOperation.Builder |
PatchOperation.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.Builder |
PatchOperation.Builder.op(Op op)
An update operation to be performed with this PATCH request.
|
PatchOperation.Builder |
PatchOperation.Builder.op(String op)
An update operation to be performed with this PATCH request.
|
PatchOperation.Builder |
PatchOperation.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.Builder |
PatchOperation.toBuilder() |
PatchOperation.Builder |
PatchOperation.Builder.value(String value)
The new target value of the update operation.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PatchOperation.Builder> |
PatchOperation.serializableBuilderClass() |
Copyright © 2021. All rights reserved.