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 PatchOperationPatchOperation. clone()PatchOperationPatchOperation. withFrom(String from)The "move" and "copy" operation object MUST contain a "from" member, which is a string containing aJSON Pointervalue that references the location in the target document to move the value from.PatchOperationPatchOperation. withOp(Op op)A patch operation whose value indicates the operation to perform.PatchOperationPatchOperation. withOp(String op)A patch operation whose value indicates the operation to perform.PatchOperationPatchOperation. withPath(String path)Operation objects MUST have exactly one "path" member.PatchOperationPatchOperation. 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 UpdateAccountRequestUpdateAccountRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateApiKeyRequestUpdateApiKeyRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateAuthorizerRequestUpdateAuthorizerRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateBasePathMappingRequestUpdateBasePathMappingRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateClientCertificateRequestUpdateClientCertificateRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequestUpdateDeploymentRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateDomainNameRequestUpdateDomainNameRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateIntegrationRequestUpdateIntegrationRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateMethodRequestUpdateMethodRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequestUpdateMethodResponseRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateModelRequestUpdateModelRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateResourceRequestUpdateResourceRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateRestApiRequestUpdateRestApiRequest. withPatchOperations(PatchOperation... patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateStageRequestUpdateStageRequest. 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 voidUpdateAccountRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateApiKeyRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateAuthorizerRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateBasePathMappingRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateClientCertificateRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateDeploymentRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateDomainNameRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateIntegrationRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateIntegrationResponseRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateMethodRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateMethodResponseRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateModelRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateResourceRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateRestApiRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.voidUpdateStageRequest. setPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateAccountRequestUpdateAccountRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateApiKeyRequestUpdateApiKeyRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateAuthorizerRequestUpdateAuthorizerRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateBasePathMappingRequestUpdateBasePathMappingRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateClientCertificateRequestUpdateClientCertificateRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateDeploymentRequestUpdateDeploymentRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateDomainNameRequestUpdateDomainNameRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateIntegrationRequestUpdateIntegrationRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateIntegrationResponseRequestUpdateIntegrationResponseRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateMethodRequestUpdateMethodRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateMethodResponseRequestUpdateMethodResponseRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateModelRequestUpdateModelRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateResourceRequestUpdateResourceRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateRestApiRequestUpdateRestApiRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.UpdateStageRequestUpdateStageRequest. withPatchOperations(Collection<PatchOperation> patchOperations)A list of operations describing the updates to apply to the specified resource.
-