Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.UpdateApiMappingRequest
-
Packages that use UpdateApiMappingRequest Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2software.amazon.awssdk.services.apigatewayv2.transform -
-
Uses of UpdateApiMappingRequest in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 with parameters of type UpdateApiMappingRequest Modifier and Type Method Description default CompletableFuture<UpdateApiMappingResponse>ApiGatewayV2AsyncClient. updateApiMapping(UpdateApiMappingRequest updateApiMappingRequest)The API mapping.default UpdateApiMappingResponseApiGatewayV2Client. updateApiMapping(UpdateApiMappingRequest updateApiMappingRequest)The API mapping. -
Uses of UpdateApiMappingRequest in software.amazon.awssdk.services.apigatewayv2.transform
Methods in software.amazon.awssdk.services.apigatewayv2.transform with parameters of type UpdateApiMappingRequest Modifier and Type Method Description SdkHttpFullRequestUpdateApiMappingRequestMarshaller. marshall(UpdateApiMappingRequest updateApiMappingRequest)
-