Uses of Class
software.amazon.awssdk.services.wellarchitected.model.ProfileShareSummary
-
Packages that use ProfileShareSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of ProfileShareSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type ProfileShareSummary Modifier and Type Method Description List<ProfileShareSummary>ListProfileSharesResponse. profileShareSummaries()Profile share summaries.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type ProfileShareSummary Modifier and Type Method Description ListProfileSharesResponse.BuilderListProfileSharesResponse.Builder. profileShareSummaries(ProfileShareSummary... profileShareSummaries)Profile share summaries.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type ProfileShareSummary Modifier and Type Method Description ListProfileSharesResponse.BuilderListProfileSharesResponse.Builder. profileShareSummaries(Collection<ProfileShareSummary> profileShareSummaries)Profile share summaries.
-