Uses of Class
software.amazon.awssdk.services.apigateway.model.CreateRequestValidatorResponse
-
Packages that use CreateRequestValidatorResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of CreateRequestValidatorResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return CreateRequestValidatorResponse Modifier and Type Method Description default CreateRequestValidatorResponseApiGatewayClient. createRequestValidator(Consumer<CreateRequestValidatorRequest.Builder> createRequestValidatorRequest)Creates a RequestValidator of a given RestApi.default CreateRequestValidatorResponseApiGatewayClient. createRequestValidator(CreateRequestValidatorRequest createRequestValidatorRequest)Creates a RequestValidator of a given RestApi.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type CreateRequestValidatorResponse Modifier and Type Method Description default CompletableFuture<CreateRequestValidatorResponse>ApiGatewayAsyncClient. createRequestValidator(Consumer<CreateRequestValidatorRequest.Builder> createRequestValidatorRequest)Creates a RequestValidator of a given RestApi.default CompletableFuture<CreateRequestValidatorResponse>ApiGatewayAsyncClient. createRequestValidator(CreateRequestValidatorRequest createRequestValidatorRequest)Creates a RequestValidator of a given RestApi.
-