Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ExportLensResponse
-
Packages that use ExportLensResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of ExportLensResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return ExportLensResponse Modifier and Type Method Description default ExportLensResponseWellArchitectedClient. exportLens(Consumer<ExportLensRequest.Builder> exportLensRequest)Export an existing lens.default ExportLensResponseWellArchitectedClient. exportLens(ExportLensRequest exportLensRequest)Export an existing lens.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type ExportLensResponse Modifier and Type Method Description default CompletableFuture<ExportLensResponse>WellArchitectedAsyncClient. exportLens(Consumer<ExportLensRequest.Builder> exportLensRequest)Export an existing lens.default CompletableFuture<ExportLensResponse>WellArchitectedAsyncClient. exportLens(ExportLensRequest exportLensRequest)Export an existing lens.
-