Uses of Class
software.amazon.awssdk.services.wellarchitected.model.LensSummary
-
Packages that use LensSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of LensSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type LensSummary Modifier and Type Method Description List<LensSummary>ListLensesResponse. lensSummaries()Returns the value of the LensSummaries property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type LensSummary Modifier and Type Method Description ListLensesResponse.BuilderListLensesResponse.Builder. lensSummaries(LensSummary... lensSummaries)Sets the value of the LensSummaries property for this object.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type LensSummary Modifier and Type Method Description ListLensesResponse.BuilderListLensesResponse.Builder. lensSummaries(Collection<LensSummary> lensSummaries)Sets the value of the LensSummaries property for this object.
-