| Package | Description |
|---|---|
| software.amazon.awssdk.services.imagebuilder.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerRepositoryService |
ContainerRepositoryService.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContainerRepositoryService |
TargetContainerRepository.service()
Specifies the service in which this image was registered.
|
static ContainerRepositoryService |
ContainerRepositoryService.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerRepositoryService[] |
ContainerRepositoryService.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<ContainerRepositoryService> |
ContainerRepositoryService.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
TargetContainerRepository.Builder |
TargetContainerRepository.Builder.service(ContainerRepositoryService service)
Specifies the service in which this image was registered.
|
Copyright © 2023. All rights reserved.