Package | Description |
---|---|
com.amazonaws.services.apigateway |
|
com.amazonaws.services.apigateway.model |
Modifier and Type | Method and Description |
---|---|
Future<UpdateRequestValidatorResult> |
AmazonApiGatewayAsyncClient.updateRequestValidatorAsync(UpdateRequestValidatorRequest request,
AsyncHandler<UpdateRequestValidatorRequest,UpdateRequestValidatorResult> asyncHandler) |
Future<UpdateRequestValidatorResult> |
AbstractAmazonApiGatewayAsync.updateRequestValidatorAsync(UpdateRequestValidatorRequest request,
AsyncHandler<UpdateRequestValidatorRequest,UpdateRequestValidatorResult> asyncHandler) |
Future<UpdateRequestValidatorResult> |
AmazonApiGatewayAsync.updateRequestValidatorAsync(UpdateRequestValidatorRequest updateRequestValidatorRequest,
AsyncHandler<UpdateRequestValidatorRequest,UpdateRequestValidatorResult> asyncHandler)
Updates a RequestValidator of a given RestApi.
|
Modifier and Type | Method and Description |
---|---|
UpdateRequestValidatorRequest |
UpdateRequestValidatorRequest.clone() |
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.
|
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.
|
UpdateRequestValidatorRequest |
UpdateRequestValidatorRequest.withRequestValidatorId(String requestValidatorId)
[Required] The identifier of RequestValidator to be updated.
|
UpdateRequestValidatorRequest |
UpdateRequestValidatorRequest.withRestApiId(String restApiId)
[Required] The identifier of the RestApi for which the given RequestValidator is updated.
|
Copyright © 2017. All rights reserved.