Uses of Class
software.amazon.awssdk.services.apigateway.model.GetRequestValidatorsResponse
Packages that use GetRequestValidatorsResponse
-
Uses of GetRequestValidatorsResponse in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway that return GetRequestValidatorsResponseModifier and TypeMethodDescriptiondefault 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 GetRequestValidatorsResponseModifier and TypeMethodDescriptionApiGatewayAsyncClient.getRequestValidators(Consumer<GetRequestValidatorsRequest.Builder> getRequestValidatorsRequest) Gets the RequestValidators collection of a given RestApi.ApiGatewayAsyncClient.getRequestValidators(GetRequestValidatorsRequest getRequestValidatorsRequest) Gets the RequestValidators collection of a given RestApi.