Uses of Class
software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
-
Packages that use GetRequestValidatorsResponse Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway -
-
Uses of GetRequestValidatorsResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetRequestValidatorsResponse Modifier and Type Method Description default GetRequestValidatorsResponseApiGatewayClient. getRequestValidators(Consumer<GetRequestValidatorsRequest.Builder> getRequestValidatorsRequest)Gets the RequestValidators collection of a given RestApi.default GetRequestValidatorsResponseApiGatewayClient. getRequestValidators(GetRequestValidatorsRequest getRequestValidatorsRequest)Gets the RequestValidators collection of a given RestApi.Methods in software.amazon.awssdk.services.apigateway that return types with arguments of type GetRequestValidatorsResponse Modifier and Type Method Description default CompletableFuture<GetRequestValidatorsResponse>ApiGatewayAsyncClient. getRequestValidators(Consumer<GetRequestValidatorsRequest.Builder> getRequestValidatorsRequest)Gets the RequestValidators collection of a given RestApi.default CompletableFuture<GetRequestValidatorsResponse>ApiGatewayAsyncClient. getRequestValidators(GetRequestValidatorsRequest getRequestValidatorsRequest)Gets the RequestValidators collection of a given RestApi.
-