Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateApiMappingResponse
-
Packages that use UpdateApiMappingResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of UpdateApiMappingResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return UpdateApiMappingResponse Modifier and Type Method Description default UpdateApiMappingResponseApiGatewayV2Client. updateApiMapping(Consumer<UpdateApiMappingRequest.Builder> updateApiMappingRequest)The API mapping.default UpdateApiMappingResponseApiGatewayV2Client. updateApiMapping(UpdateApiMappingRequest updateApiMappingRequest)The API mapping.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type UpdateApiMappingResponse Modifier and Type Method Description default CompletableFuture<UpdateApiMappingResponse>ApiGatewayV2AsyncClient. updateApiMapping(Consumer<UpdateApiMappingRequest.Builder> updateApiMappingRequest)The API mapping.default CompletableFuture<UpdateApiMappingResponse>ApiGatewayV2AsyncClient. updateApiMapping(UpdateApiMappingRequest updateApiMappingRequest)The API mapping.
-