| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ComponentType |
ComponentType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ComponentType |
ComponentVersion.type()
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentType |
Component.type()
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentType |
ImportComponentRequest.type()
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentType |
ComponentSummary.type()
The type of the component denotes whether the component is used to build the image or only to test it.
|
static ComponentType |
ComponentType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ComponentType> |
ComponentType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ComponentVersion.Builder |
ComponentVersion.Builder.type(ComponentType type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
Component.Builder |
Component.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.Builder |
ImportComponentRequest.Builder.type(ComponentType type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
ComponentSummary.Builder |
ComponentSummary.Builder.type(ComponentType type)
The type of the component denotes whether the component is used to build the image or only to test it.
|
Copyright © 2021. All rights reserved.