Uses of Class
software.amazon.awssdk.services.lexmodelbuilding.model.GetExportResponse
-
Packages that use GetExportResponse Package Description software.amazon.awssdk.services.lexmodelbuilding Amazon Lex Build-Time Actions -
-
Uses of GetExportResponse in software.amazon.awssdk.services.lexmodelbuilding
Methods in software.amazon.awssdk.services.lexmodelbuilding that return GetExportResponse Modifier and Type Method Description default GetExportResponseLexModelBuildingClient. getExport(Consumer<GetExportRequest.Builder> 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.Methods in software.amazon.awssdk.services.lexmodelbuilding that return types with arguments of type GetExportResponse Modifier and Type Method Description default CompletableFuture<GetExportResponse>LexModelBuildingAsyncClient. getExport(Consumer<GetExportRequest.Builder> getExportRequest)Exports the contents of a Amazon Lex resource in a specified format.default CompletableFuture<GetExportResponse>LexModelBuildingAsyncClient. getExport(GetExportRequest getExportRequest)Exports the contents of a Amazon Lex resource in a specified format.
-