Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.GetIntegrationResponsesResponse
-
Packages that use GetIntegrationResponsesResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of GetIntegrationResponsesResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return GetIntegrationResponsesResponse Modifier and Type Method Description default GetIntegrationResponsesResponseApiGatewayV2Client. getIntegrationResponses(Consumer<GetIntegrationResponsesRequest.Builder> getIntegrationResponsesRequest)Gets the IntegrationResponses for an Integration.default GetIntegrationResponsesResponseApiGatewayV2Client. getIntegrationResponses(GetIntegrationResponsesRequest getIntegrationResponsesRequest)Gets the IntegrationResponses for an Integration.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type GetIntegrationResponsesResponse Modifier and Type Method Description default CompletableFuture<GetIntegrationResponsesResponse>ApiGatewayV2AsyncClient. getIntegrationResponses(Consumer<GetIntegrationResponsesRequest.Builder> getIntegrationResponsesRequest)Gets the IntegrationResponses for an Integration.default CompletableFuture<GetIntegrationResponsesResponse>ApiGatewayV2AsyncClient. getIntegrationResponses(GetIntegrationResponsesRequest getIntegrationResponsesRequest)Gets the IntegrationResponses for an Integration.
-