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