Uses of Class
software.amazon.awssdk.services.apigatewayv2.model.ExportApiResponse
-
Packages that use ExportApiResponse Package Description software.amazon.awssdk.services.apigatewayv2 Amazon API Gateway V2 -
-
Uses of ExportApiResponse in software.amazon.awssdk.services.apigatewayv2
Methods in software.amazon.awssdk.services.apigatewayv2 that return ExportApiResponse Modifier and Type Method Description default ExportApiResponseApiGatewayV2Client. exportApi(Consumer<ExportApiRequest.Builder> exportApiRequest)Invokes the ExportApi operation.default ExportApiResponseApiGatewayV2Client. exportApi(ExportApiRequest exportApiRequest)Invokes the ExportApi operation.Methods in software.amazon.awssdk.services.apigatewayv2 that return types with arguments of type ExportApiResponse Modifier and Type Method Description default CompletableFuture<ExportApiResponse>ApiGatewayV2AsyncClient. exportApi(Consumer<ExportApiRequest.Builder> exportApiRequest)Invokes the ExportApi operation asynchronously.default CompletableFuture<ExportApiResponse>ApiGatewayV2AsyncClient. exportApi(ExportApiRequest exportApiRequest)Invokes the ExportApi operation asynchronously.
-