| Package | Description |
|---|---|
| com.amazonaws.services.apigateway |
|
| com.amazonaws.services.apigateway.model |
| Modifier and Type | Method and Description |
|---|---|
Future<CreateRequestValidatorResult> |
AmazonApiGatewayAsyncClient.createRequestValidatorAsync(CreateRequestValidatorRequest request,
AsyncHandler<CreateRequestValidatorRequest,CreateRequestValidatorResult> asyncHandler) |
Future<CreateRequestValidatorResult> |
AmazonApiGatewayAsync.createRequestValidatorAsync(CreateRequestValidatorRequest createRequestValidatorRequest,
AsyncHandler<CreateRequestValidatorRequest,CreateRequestValidatorResult> asyncHandler)
Creates a RequestValidator of a given RestApi.
|
Future<CreateRequestValidatorResult> |
AbstractAmazonApiGatewayAsync.createRequestValidatorAsync(CreateRequestValidatorRequest request,
AsyncHandler<CreateRequestValidatorRequest,CreateRequestValidatorResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
CreateRequestValidatorRequest |
CreateRequestValidatorRequest.clone() |
CreateRequestValidatorRequest |
CreateRequestValidatorRequest.withName(String name)
The name of the to-be-created RequestValidator.
|
CreateRequestValidatorRequest |
CreateRequestValidatorRequest.withRestApiId(String restApiId)
The string identifier of the associated RestApi.
|
CreateRequestValidatorRequest |
CreateRequestValidatorRequest.withValidateRequestBody(Boolean validateRequestBody)
A Boolean flag to indicate whether to validate request body according to the configured model schema for the
method (
true) or not (false). |
CreateRequestValidatorRequest |
CreateRequestValidatorRequest.withValidateRequestParameters(Boolean validateRequestParameters)
A Boolean flag to indicate whether to validate request parameters,
true, or not false. |
Copyright © 2023. All rights reserved.