| Package | Description |
|---|---|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
PatchOperation |
PatchOperation.clone() |
PatchOperation |
PatchOperation.withFrom(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 |
PatchOperation.withOp(Op op)
An update operation to be performed with this PATCH request.
|
PatchOperation |
PatchOperation.withOp(String op)
An update operation to be performed with this PATCH request.
|
PatchOperation |
PatchOperation.withPath(String path)
The
op operation's target, as identified by a JSON Pointer value that references a
location within the targeted resource. |
PatchOperation |
PatchOperation.withValue(String value)
The new target value of the update operation.
|
| Modifier and Type | Method and Description |
|---|---|
List<PatchOperation> |
UpdateAuthorizerRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateGatewayResponseRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateBasePathMappingRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateDeploymentRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateDocumentationPartRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateUsagePlanRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateVpcLinkRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateUsageRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateModelRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateApiKeyRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateDocumentationVersionRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateStageRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateRestApiRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateResourceRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateMethodResponseRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateClientCertificateRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateIntegrationRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateDomainNameRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateAccountRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateMethodRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateIntegrationResponseRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
List<PatchOperation> |
UpdateRequestValidatorRequest.getPatchOperations()
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDeploymentRequest |
UpdateDeploymentRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDocumentationPartRequest |
UpdateDocumentationPartRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsagePlanRequest |
UpdateUsagePlanRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsageRequest |
UpdateUsageRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest |
UpdateModelRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDocumentationVersionRequest |
UpdateDocumentationVersionRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateStageRequest |
UpdateStageRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateRestApiRequest |
UpdateRestApiRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateResourceRequest |
UpdateResourceRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateClientCertificateRequest |
UpdateClientCertificateRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDomainNameRequest |
UpdateDomainNameRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateAccountRequest |
UpdateAccountRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodRequest |
UpdateMethodRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateRequestValidatorRequest |
UpdateRequestValidatorRequest.withPatchOperations(PatchOperation... patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateAuthorizerRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateGatewayResponseRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateBasePathMappingRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateDeploymentRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateDocumentationPartRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateUsagePlanRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateVpcLinkRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateUsageRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateModelRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateApiKeyRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateDocumentationVersionRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateStageRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateRestApiRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateResourceRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateMethodResponseRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateClientCertificateRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateIntegrationRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateDomainNameRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateAccountRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateMethodRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateIntegrationResponseRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
void |
UpdateRequestValidatorRequest.setPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateGatewayResponseRequest |
UpdateGatewayResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDeploymentRequest |
UpdateDeploymentRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDocumentationPartRequest |
UpdateDocumentationPartRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsagePlanRequest |
UpdateUsagePlanRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateVpcLinkRequest |
UpdateVpcLinkRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateUsageRequest |
UpdateUsageRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateModelRequest |
UpdateModelRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDocumentationVersionRequest |
UpdateDocumentationVersionRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateStageRequest |
UpdateStageRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateRestApiRequest |
UpdateRestApiRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateResourceRequest |
UpdateResourceRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateClientCertificateRequest |
UpdateClientCertificateRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateDomainNameRequest |
UpdateDomainNameRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateAccountRequest |
UpdateAccountRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateMethodRequest |
UpdateMethodRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
UpdateRequestValidatorRequest |
UpdateRequestValidatorRequest.withPatchOperations(Collection<PatchOperation> patchOperations)
A list of update operations to be applied to the specified resource and in the order specified in this list.
|
Copyright © 2019. All rights reserved.