Uses of Class
software.amazon.awssdk.services.greengrassv2.model.CloudComponentState
-
Packages that use CloudComponentState Package Description software.amazon.awssdk.services.greengrassv2.model -
-
Uses of CloudComponentState in software.amazon.awssdk.services.greengrassv2.model
Methods in software.amazon.awssdk.services.greengrassv2.model that return CloudComponentState Modifier and Type Method Description CloudComponentStateCloudComponentStatus. componentState()The state of the component version.static CloudComponentStateCloudComponentState. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static CloudComponentStateCloudComponentState. valueOf(String name)Returns the enum constant of this type with the specified name.static CloudComponentState[]CloudComponentState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.greengrassv2.model that return types with arguments of type CloudComponentState Modifier and Type Method Description static Set<CloudComponentState>CloudComponentState. knownValues()Methods in software.amazon.awssdk.services.greengrassv2.model with parameters of type CloudComponentState Modifier and Type Method Description CloudComponentStatus.BuilderCloudComponentStatus.Builder. componentState(CloudComponentState componentState)The state of the component version.
-