Uses of Class
com.amazonaws.services.apigateway.model.PatchOperation
-
Packages that use PatchOperation Package Description com.amazonaws.services.apigateway.model -
-
Uses of PatchOperation in com.amazonaws.services.apigateway.model
Methods in com.amazonaws.services.apigateway.model that return PatchOperation Modifier and Type Method Description PatchOperation
PatchOperation. clone()
PatchOperation
PatchOperation. withFrom(String from)
The "move" and "copy" operation object MUST contain a "from" member, which is a string containing aJSON Pointer
value that references the location in the target document to move the value from.PatchOperation
PatchOperation. withOp(Op op)
A patch operation whose value indicates the operation to perform.PatchOperation
PatchOperation. withOp(String op)
A patch operation whose value indicates the operation to perform.PatchOperation
PatchOperation. withPath(String path)
Operation objects MUST have exactly one "path" member.PatchOperation
PatchOperation. withValue(String value)
The actual value content.Methods in com.amazonaws.services.apigateway.model that return types with arguments of type PatchOperation Modifier and Type Method Description List<PatchOperation>
UpdateAccountRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateApiKeyRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateAuthorizerRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateBasePathMappingRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateClientCertificateRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateDeploymentRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateDomainNameRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateIntegrationRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateIntegrationResponseRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateMethodRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateMethodResponseRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateModelRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateResourceRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateRestApiRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.List<PatchOperation>
UpdateStageRequest. getPatchOperations()
A list of operations describing the updates to apply to the specified resource.Methods in com.amazonaws.services.apigateway.model with parameters of type PatchOperation Modifier and Type Method Description UpdateAccountRequest
UpdateAccountRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateApiKeyRequest
UpdateApiKeyRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateAuthorizerRequest
UpdateAuthorizerRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateBasePathMappingRequest
UpdateBasePathMappingRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateClientCertificateRequest
UpdateClientCertificateRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequest
UpdateDeploymentRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateDomainNameRequest
UpdateDomainNameRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateIntegrationRequest
UpdateIntegrationRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateMethodRequest
UpdateMethodRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequest
UpdateMethodResponseRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateModelRequest
UpdateModelRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateResourceRequest
UpdateResourceRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateRestApiRequest
UpdateRestApiRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateStageRequest
UpdateStageRequest. withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified resource.Method parameters in com.amazonaws.services.apigateway.model with type arguments of type PatchOperation Modifier and Type Method Description void
UpdateAccountRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateApiKeyRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateAuthorizerRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateBasePathMappingRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateClientCertificateRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateDeploymentRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateDomainNameRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateIntegrationRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateIntegrationResponseRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateMethodRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateMethodResponseRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateModelRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateResourceRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateRestApiRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.void
UpdateStageRequest. setPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateAccountRequest
UpdateAccountRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateApiKeyRequest
UpdateApiKeyRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateAuthorizerRequest
UpdateAuthorizerRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateBasePathMappingRequest
UpdateBasePathMappingRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateClientCertificateRequest
UpdateClientCertificateRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequest
UpdateDeploymentRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateDomainNameRequest
UpdateDomainNameRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateIntegrationRequest
UpdateIntegrationRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateIntegrationResponseRequest
UpdateIntegrationResponseRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateMethodRequest
UpdateMethodRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequest
UpdateMethodResponseRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateModelRequest
UpdateModelRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateResourceRequest
UpdateResourceRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateRestApiRequest
UpdateRestApiRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.UpdateStageRequest
UpdateStageRequest. withPatchOperations(Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified resource.
-