Package | Description |
---|---|
com.amazonaws.services.apigateway.model | |
com.amazonaws.services.apigateway.model.transform |
Modifier and Type | Field and Description |
---|---|
private java.util.List<PatchOperation> |
UpdateStageRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateRestApiRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateResourceRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateModelRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateMethodResponseRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateMethodRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateIntegrationResponseRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateIntegrationRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateDomainNameRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateDeploymentRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateClientCertificateRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateBasePathMappingRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateAuthorizerRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateApiKeyRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
private java.util.List<PatchOperation> |
UpdateAccountRequest.patchOperations
A list of operations describing the updates to apply to the specified
resource.
|
Modifier and Type | Method and Description |
---|---|
PatchOperation |
PatchOperation.clone() |
PatchOperation |
PatchOperation.withFrom(java.lang.String from)
The "move" and "copy" operation object MUST contain a "from" member,
which is a string containing a
JSON 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(java.lang.String op)
A patch operation whose value indicates the operation to perform.
|
PatchOperation |
PatchOperation.withPath(java.lang.String path)
Operation objects MUST have exactly one "path" member.
|
PatchOperation |
PatchOperation.withValue(java.lang.String value)
The actual value content.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<PatchOperation> |
UpdateStageRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateRestApiRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateResourceRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateModelRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateMethodResponseRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateMethodRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateIntegrationResponseRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateIntegrationRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateDomainNameRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateDeploymentRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateClientCertificateRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateBasePathMappingRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateAuthorizerRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateApiKeyRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
java.util.List<PatchOperation> |
UpdateAccountRequest.getPatchOperations()
A list of operations describing the updates to apply to the specified
resource.
|
Modifier and Type | Method and Description |
---|---|
UpdateStageRequest |
UpdateStageRequest.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.
|
UpdateResourceRequest |
UpdateResourceRequest.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.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.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.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.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.
|
UpdateDomainNameRequest |
UpdateDomainNameRequest.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.
|
UpdateClientCertificateRequest |
UpdateClientCertificateRequest.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.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.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.
|
UpdateAccountRequest |
UpdateAccountRequest.withPatchOperations(PatchOperation... patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateStageRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateRestApiRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateResourceRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateModelRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateMethodResponseRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateMethodRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateIntegrationResponseRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateIntegrationRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateDomainNameRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateDeploymentRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateClientCertificateRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateBasePathMappingRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateAuthorizerRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateApiKeyRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
void |
UpdateAccountRequest.setPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateStageRequest |
UpdateStageRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateRestApiRequest |
UpdateRestApiRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateResourceRequest |
UpdateResourceRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateModelRequest |
UpdateModelRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateMethodResponseRequest |
UpdateMethodResponseRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateMethodRequest |
UpdateMethodRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateIntegrationResponseRequest |
UpdateIntegrationResponseRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateIntegrationRequest |
UpdateIntegrationRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateDomainNameRequest |
UpdateDomainNameRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateDeploymentRequest |
UpdateDeploymentRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateClientCertificateRequest |
UpdateClientCertificateRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateBasePathMappingRequest |
UpdateBasePathMappingRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateAuthorizerRequest |
UpdateAuthorizerRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateApiKeyRequest |
UpdateApiKeyRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
UpdateAccountRequest |
UpdateAccountRequest.withPatchOperations(java.util.Collection<PatchOperation> patchOperations)
A list of operations describing the updates to apply to the specified
resource.
|
Modifier and Type | Method and Description |
---|---|
PatchOperation |
PatchOperationJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
PatchOperationJsonMarshaller.marshall(PatchOperation patchOperation,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|