Uses of Class
software.amazon.awssdk.services.iottwinmaker.model.Status
-
Packages that use Status Package Description software.amazon.awssdk.services.iottwinmaker.model -
-
Uses of Status in software.amazon.awssdk.services.iottwinmaker.model
Methods in software.amazon.awssdk.services.iottwinmaker.model that return Status Modifier and Type Method Description StatusComponentResponse. status()The status of the component type.StatusComponentSummary. status()The status of the component type.StatusComponentTypeSummary. status()The current status of the component type.StatusEntitySummary. status()The current status of the entity.StatusGetComponentTypeResponse. status()The current status of the component type.StatusGetEntityResponse. status()The current status of the entity.Methods in software.amazon.awssdk.services.iottwinmaker.model with parameters of type Status Modifier and Type Method Description ComponentResponse.BuilderComponentResponse.Builder. status(Status status)The status of the component type.ComponentSummary.BuilderComponentSummary.Builder. status(Status status)The status of the component type.ComponentTypeSummary.BuilderComponentTypeSummary.Builder. status(Status status)The current status of the component type.EntitySummary.BuilderEntitySummary.Builder. status(Status status)The current status of the entity.GetComponentTypeResponse.BuilderGetComponentTypeResponse.Builder. status(Status status)The current status of the component type.GetEntityResponse.BuilderGetEntityResponse.Builder. status(Status status)The current status of the entity.
-