Uses of Class
software.amazon.awssdk.services.apigateway.model.GetGatewayResponsesRequest
-
Packages that use GetGatewayResponsesRequest Package Description software.amazon.awssdk.services.apigateway Amazon API Gateway software.amazon.awssdk.services.apigateway.transform -
-
Uses of GetGatewayResponsesRequest in software.amazon.awssdk.services.apigateway
Methods in software.amazon.awssdk.services.apigateway with parameters of type GetGatewayResponsesRequest Modifier and Type Method Description default CompletableFuture<GetGatewayResponsesResponse>ApiGatewayAsyncClient. getGatewayResponses(GetGatewayResponsesRequest getGatewayResponsesRequest)Gets the GatewayResponses collection on the given RestApi.default GetGatewayResponsesResponseApiGatewayClient. getGatewayResponses(GetGatewayResponsesRequest getGatewayResponsesRequest)Gets the GatewayResponses collection on the given RestApi. -
Uses of GetGatewayResponsesRequest in software.amazon.awssdk.services.apigateway.transform
Methods in software.amazon.awssdk.services.apigateway.transform with parameters of type GetGatewayResponsesRequest Modifier and Type Method Description SdkHttpFullRequestGetGatewayResponsesRequestMarshaller. marshall(GetGatewayResponsesRequest getGatewayResponsesRequest)
-