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