Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.DeleteApiMappingResponse
-
Packages that use DeleteApiMappingResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of DeleteApiMappingResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return DeleteApiMappingResponse Modifier and Type Method Description default DeleteApiMappingResponseApiGatewayV2Client. deleteApiMapping(Consumer<DeleteApiMappingRequest.Builder> deleteApiMappingRequest)Deletes an API mapping.default DeleteApiMappingResponseApiGatewayV2Client. deleteApiMapping(DeleteApiMappingRequest deleteApiMappingRequest)Deletes an API mapping.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type DeleteApiMappingResponse Modifier and Type Method Description default CompletableFuture<DeleteApiMappingResponse>ApiGatewayV2AsyncClient. deleteApiMapping(Consumer<DeleteApiMappingRequest.Builder> deleteApiMappingRequest)Deletes an API mapping.default CompletableFuture<DeleteApiMappingResponse>ApiGatewayV2AsyncClient. deleteApiMapping(DeleteApiMappingRequest deleteApiMappingRequest)Deletes an API mapping.
-