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