| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static Ownership |
Ownership.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
Ownership |
ListImagesRequest.owner()
The owner defines which images you want to list.
|
Ownership |
ListContainerRecipesRequest.owner()
Returns container recipes belonging to the specified owner, that have been shared with you.
|
Ownership |
ListImageRecipesRequest.owner()
The owner defines which image recipes you want to list.
|
Ownership |
ListComponentsRequest.owner()
The owner defines which components you want to list.
|
static Ownership |
Ownership.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ownership[] |
Ownership.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<Ownership> |
Ownership.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListImagesRequest.Builder |
ListImagesRequest.Builder.owner(Ownership owner)
The owner defines which images you want to list.
|
ListContainerRecipesRequest.Builder |
ListContainerRecipesRequest.Builder.owner(Ownership owner)
Returns container recipes belonging to the specified owner, that have been shared with you.
|
ListImageRecipesRequest.Builder |
ListImageRecipesRequest.Builder.owner(Ownership owner)
The owner defines which image recipes you want to list.
|
ListComponentsRequest.Builder |
ListComponentsRequest.Builder.owner(Ownership owner)
The owner defines which components you want to list.
|
Copyright © 2022. All rights reserved.