Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.DeleteIntegrationResponseRequest
-
Packages that use DeleteIntegrationResponseRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of DeleteIntegrationResponseRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type DeleteIntegrationResponseRequest Modifier and Type Method Description default CompletableFuture<DeleteIntegrationResponseResponse>ApiGatewayV2AsyncClient. deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)Deletes an IntegrationResponses.default DeleteIntegrationResponseResponseApiGatewayV2Client. deleteIntegrationResponse(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)Deletes an IntegrationResponses. -
Uses of DeleteIntegrationResponseRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type DeleteIntegrationResponseRequest Modifier and Type Method Description SdkHttpFullRequestDeleteIntegrationResponseRequestMarshaller. marshall(DeleteIntegrationResponseRequest deleteIntegrationResponseRequest)
-