| Package | Description |
|---|---|
| com.amazonaws.services.applicationinsights.model |
| Modifier and Type | Method and Description |
|---|---|
Workload |
Workload.clone() |
Workload |
Workload.withComponentName(String componentName)
The name of the component.
|
Workload |
Workload.withTier(String tier)
The tier of the workload.
|
Workload |
Workload.withTier(Tier tier)
The tier of the workload.
|
Workload |
Workload.withWorkloadId(String workloadId)
The ID of the workload.
|
Workload |
Workload.withWorkloadName(String workloadName)
The name of the workload.
|
Workload |
Workload.withWorkloadRemarks(String workloadRemarks)
If logging is supported for the resource type, shows whether the component has configured logs to be monitored.
|
| Modifier and Type | Method and Description |
|---|---|
List<Workload> |
ListWorkloadsResult.getWorkloadList()
The list of workloads.
|
| Modifier and Type | Method and Description |
|---|---|
ListWorkloadsResult |
ListWorkloadsResult.withWorkloadList(Workload... workloadList)
The list of workloads.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListWorkloadsResult.setWorkloadList(Collection<Workload> workloadList)
The list of workloads.
|
ListWorkloadsResult |
ListWorkloadsResult.withWorkloadList(Collection<Workload> workloadList)
The list of workloads.
|
Copyright © 2024. All rights reserved.