Uses of Interface
software.amazon.awssdk.services.apigatewayv2.model.GetIntegrationResponseRequest.Builder
-
Packages that use GetIntegrationResponseRequest.Builder Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.model -
-
Uses of GetIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigatewayv2
Method parameters in software.amazon.awssdk.services.apigatewayv2 with type arguments of type GetIntegrationResponseRequest.Builder Modifier and Type Method Description default CompletableFuture<GetIntegrationResponseResponse>ApiGatewayV2AsyncClient. getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest)Gets an IntegrationResponses.default GetIntegrationResponseResponseApiGatewayV2Client. getIntegrationResponse(Consumer<GetIntegrationResponseRequest.Builder> getIntegrationResponseRequest)Gets an IntegrationResponses. -
Uses of GetIntegrationResponseRequest.Builder in software.amazon.awssdk.services.apigatewayv2.model
Methods in software.amazon.awssdk.services.apigatewayv2.model that return types with arguments of type GetIntegrationResponseRequest.Builder Modifier and Type Method Description static Class<? extends GetIntegrationResponseRequest.Builder>GetIntegrationResponseRequest. serializableBuilderClass()
-