Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ComponentType
-
Packages that use ComponentType Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ComponentType in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ComponentType Modifier and Type Method Description static ComponentTypeComponentType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ComponentTypeComponent. type()The component type specifies whether Image Builder uses the component to build the image or only to test it.ComponentTypeComponentSummary. type()The component type specifies whether Image Builder uses the component to build the image or only to test it.ComponentTypeComponentVersion. type()The type of the component denotes whether the component is used to build the image or only to test it.ComponentTypeImportComponentRequest. type()The type of the component denotes whether the component is used to build the image, or only to test it.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.imagebuilder.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.imagebuilder.model with parameters of type ComponentType Modifier and Type Method Description Component.BuilderComponent.Builder. type(ComponentType type)The component type specifies whether Image Builder uses the component to build the image or only to test it.ComponentSummary.BuilderComponentSummary.Builder. type(ComponentType type)The component type specifies whether Image Builder uses the component to build the image or only to test it.ComponentVersion.BuilderComponentVersion.Builder. type(ComponentType type)The type of the component denotes whether the component is used to build the image or only to test it.ImportComponentRequest.BuilderImportComponentRequest.Builder. type(ComponentType type)The type of the component denotes whether the component is used to build the image, or only to test it.
-