Uses of Class
software.amazon.awssdk.services.wellarchitected.model.LensShareSummary
-
Packages that use LensShareSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of LensShareSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type LensShareSummary Modifier and Type Method Description List<LensShareSummary>ListLensSharesResponse. lensShareSummaries()A list of lens share summaries.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type LensShareSummary Modifier and Type Method Description ListLensSharesResponse.BuilderListLensSharesResponse.Builder. lensShareSummaries(LensShareSummary... lensShareSummaries)A list of lens share summaries.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type LensShareSummary Modifier and Type Method Description ListLensSharesResponse.BuilderListLensSharesResponse.Builder. lensShareSummaries(Collection<LensShareSummary> lensShareSummaries)A list of lens share summaries.
-