| Package | Description |
|---|---|
| software.amazon.awssdk.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
List<WorkloadProfile> |
LensReview.profiles()
The profiles associated with the workload.
|
List<WorkloadProfile> |
WorkloadSummary.profiles()
Profile associated with a workload.
|
List<WorkloadProfile> |
LensReviewSummary.profiles()
The profiles associated with the workload.
|
List<WorkloadProfile> |
Workload.profiles()
Profile associated with a workload.
|
| Modifier and Type | Method and Description |
|---|---|
LensReview.Builder |
LensReview.Builder.profiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
WorkloadSummary.Builder |
WorkloadSummary.Builder.profiles(WorkloadProfile... profiles)
Profile associated with a workload.
|
LensReviewSummary.Builder |
LensReviewSummary.Builder.profiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
Workload.Builder |
Workload.Builder.profiles(WorkloadProfile... profiles)
Profile associated with a workload.
|
| Modifier and Type | Method and Description |
|---|---|
LensReview.Builder |
LensReview.Builder.profiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
WorkloadSummary.Builder |
WorkloadSummary.Builder.profiles(Collection<WorkloadProfile> profiles)
Profile associated with a workload.
|
LensReviewSummary.Builder |
LensReviewSummary.Builder.profiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
Workload.Builder |
Workload.Builder.profiles(Collection<WorkloadProfile> profiles)
Profile associated with a workload.
|
Copyright © 2023. All rights reserved.