Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetExportRequest
-
Packages that use GetExportRequest Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions software.amazon.awssdk.services.lexmodelbuilding.transform -
-
Uses of GetExportRequest in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding with parameters of type GetExportRequest Modifier and Type Method Description default CompletableFuture<GetExportResponse>LexModelBuildingAsyncClient. getExport(GetExportRequest getExportRequest)Exports the contents of a Amazon Lex resource in a specified format.default GetExportResponseLexModelBuildingClient. getExport(GetExportRequest getExportRequest)Exports the contents of a Amazon Lex resource in a specified format. -
Uses of GetExportRequest in software.amazon.awssdk.services.lexmodelbuilding.transform
Methods in software.amazon.awssdk.services.lexmodelbuilding.transform with parameters of type GetExportRequest Modifier and Type Method Description SdkHttpFullRequestGetExportRequestMarshaller. marshall(GetExportRequest getExportRequest)
-