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