Uses of Class
software.amazon.awssdk.services.wellarchitected.model.GetLensResponse
-
Packages that use GetLensResponse Package Description software.amazon.awssdk.services.wellarchitected Well-Architected Tool -
-
Uses of GetLensResponse in software.amazon.awssdk.services.wellarchitected
Methods in software.amazon.awssdk.services.wellarchitected that return GetLensResponse Modifier and Type Method Description default GetLensResponseWellArchitectedClient. getLens(Consumer<GetLensRequest.Builder> getLensRequest)Get an existing lens.default GetLensResponseWellArchitectedClient. getLens(GetLensRequest getLensRequest)Get an existing lens.Methods in software.amazon.awssdk.services.wellarchitected that return types with arguments of type GetLensResponse Modifier and Type Method Description default CompletableFuture<GetLensResponse>WellArchitectedAsyncClient. getLens(Consumer<GetLensRequest.Builder> getLensRequest)Get an existing lens.default CompletableFuture<GetLensResponse>WellArchitectedAsyncClient. getLens(GetLensRequest getLensRequest)Get an existing lens.
-