Uses of Class
software.amazon.awssdk.services.ssmsap.model.ComponentType
-
Packages that use ComponentType Package Description software.amazon.awssdk.services.ssmsap.model -
-
Uses of ComponentType in software.amazon.awssdk.services.ssmsap.model
Methods in software.amazon.awssdk.services.ssmsap.model that return ComponentType Modifier and Type Method Description ComponentTypeComponent. componentType()The type of the component.ComponentTypeComponentSummary. componentType()The type of the component.static ComponentTypeComponentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.static ComponentTypeComponentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ComponentType[]ComponentType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.ssmsap.model that return types with arguments of type ComponentType Modifier and Type Method Description static Set<ComponentType>ComponentType. knownValues()Methods in software.amazon.awssdk.services.ssmsap.model with parameters of type ComponentType Modifier and Type Method Description Component.BuilderComponent.Builder. componentType(ComponentType componentType)The type of the component.ComponentSummary.BuilderComponentSummary.Builder. componentType(ComponentType componentType)The type of the component.
-