| Package | Description |
|---|---|
| com.amazonaws.services.wellarchitected.model |
| Modifier and Type | Method and Description |
|---|---|
WorkloadProfile |
WorkloadProfile.clone() |
WorkloadProfile |
WorkloadProfile.withProfileArn(String profileArn)
The profile ARN.
|
WorkloadProfile |
WorkloadProfile.withProfileVersion(String profileVersion)
The profile version.
|
| Modifier and Type | Method and Description |
|---|---|
List<WorkloadProfile> |
WorkloadSummary.getProfiles()
Profile associated with a workload.
|
List<WorkloadProfile> |
Workload.getProfiles()
Profile associated with a workload.
|
List<WorkloadProfile> |
LensReview.getProfiles()
The profiles associated with the workload.
|
List<WorkloadProfile> |
LensReviewSummary.getProfiles()
The profiles associated with the workload.
|
| Modifier and Type | Method and Description |
|---|---|
WorkloadSummary |
WorkloadSummary.withProfiles(WorkloadProfile... profiles)
Profile associated with a workload.
|
Workload |
Workload.withProfiles(WorkloadProfile... profiles)
Profile associated with a workload.
|
LensReview |
LensReview.withProfiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
LensReviewSummary |
LensReviewSummary.withProfiles(WorkloadProfile... profiles)
The profiles associated with the workload.
|
| Modifier and Type | Method and Description |
|---|---|
void |
WorkloadSummary.setProfiles(Collection<WorkloadProfile> profiles)
Profile associated with a workload.
|
void |
Workload.setProfiles(Collection<WorkloadProfile> profiles)
Profile associated with a workload.
|
void |
LensReview.setProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
void |
LensReviewSummary.setProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
WorkloadSummary |
WorkloadSummary.withProfiles(Collection<WorkloadProfile> profiles)
Profile associated with a workload.
|
Workload |
Workload.withProfiles(Collection<WorkloadProfile> profiles)
Profile associated with a workload.
|
LensReview |
LensReview.withProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
LensReviewSummary |
LensReviewSummary.withProfiles(Collection<WorkloadProfile> profiles)
The profiles associated with the workload.
|
Copyright © 2024. All rights reserved.