Uses of Class
software.amazon.awssdk.services.simspaceweaver.model.SimulationAppMetadata
-
Packages that use SimulationAppMetadata Package Description software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of SimulationAppMetadata in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type SimulationAppMetadata Modifier and Type Method Description List<SimulationAppMetadata>ListAppsResponse. apps()The list of apps for the given simulation and domain.Methods in software.amazon.awssdk.services.simspaceweaver.model with parameters of type SimulationAppMetadata Modifier and Type Method Description ListAppsResponse.BuilderListAppsResponse.Builder. apps(SimulationAppMetadata... apps)The list of apps for the given simulation and domain.Method parameters in software.amazon.awssdk.services.simspaceweaver.model with type arguments of type SimulationAppMetadata Modifier and Type Method Description ListAppsResponse.BuilderListAppsResponse.Builder. apps(Collection<SimulationAppMetadata> apps)The list of apps for the given simulation and domain.
-