Uses of Class
software.amazon.awssdk.services.wellarchitected.model.WorkloadSummary
-
Packages that use WorkloadSummary Package Description software.amazon.awssdk.services.wellarchitected.model -
-
Uses of WorkloadSummary in software.amazon.awssdk.services.wellarchitected.model
Methods in software.amazon.awssdk.services.wellarchitected.model that return WorkloadSummary Modifier and Type Method Description WorkloadSummaryMilestoneSummary. workloadSummary()Returns the value of the WorkloadSummary property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model that return types with arguments of type WorkloadSummary Modifier and Type Method Description List<WorkloadSummary>ListWorkloadsResponse. workloadSummaries()Returns the value of the WorkloadSummaries property for this object.Methods in software.amazon.awssdk.services.wellarchitected.model with parameters of type WorkloadSummary Modifier and Type Method Description ListWorkloadsResponse.BuilderListWorkloadsResponse.Builder. workloadSummaries(WorkloadSummary... workloadSummaries)Sets the value of the WorkloadSummaries property for this object.MilestoneSummary.BuilderMilestoneSummary.Builder. workloadSummary(WorkloadSummary workloadSummary)Sets the value of the WorkloadSummary property for this object.Method parameters in software.amazon.awssdk.services.wellarchitected.model with type arguments of type WorkloadSummary Modifier and Type Method Description ListWorkloadsResponse.BuilderListWorkloadsResponse.Builder. workloadSummaries(Collection<WorkloadSummary> workloadSummaries)Sets the value of the WorkloadSummaries property for this object.
-