Uses of Class
software.amazon.awssdk.services.wellarchitected.model.WorkloadProfile
-
Packages that use WorkloadProfile Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of WorkloadProfile in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type WorkloadProfile Modifier and Type Method Description List<WorkloadProfile>LensReview. profiles()The profiles associated with the workload.List<WorkloadProfile>LensReviewSummary. profiles()The profiles associated with the workload.List<WorkloadProfile>Workload. profiles()Profile associated with a workload.List<WorkloadProfile>WorkloadSummary. profiles()Profile associated with a workload.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type WorkloadProfile Modifier and Type Method Description LensReview.BuilderLensReview.Builder. profiles(WorkloadProfile... profiles)The profiles associated with the workload.LensReviewSummary.BuilderLensReviewSummary.Builder. profiles(WorkloadProfile... profiles)The profiles associated with the workload.Workload.BuilderWorkload.Builder. profiles(WorkloadProfile... profiles)Profile associated with a workload.WorkloadSummary.BuilderWorkloadSummary.Builder. profiles(WorkloadProfile... profiles)Profile associated with a workload.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type WorkloadProfile Modifier and Type Method Description LensReview.BuilderLensReview.Builder. profiles(Collection<WorkloadProfile> profiles)The profiles associated with the workload.LensReviewSummary.BuilderLensReviewSummary.Builder. profiles(Collection<WorkloadProfile> profiles)The profiles associated with the workload.Workload.BuilderWorkload.Builder. profiles(Collection<WorkloadProfile> profiles)Profile associated with a workload.WorkloadSummary.BuilderWorkloadSummary.Builder. profiles(Collection<WorkloadProfile> profiles)Profile associated with a workload.
-