Uses of Class
software.amazon.awssdk.services.imagebuilder.model.ContainerRepositoryService
-
Packages that use ContainerRepositoryService Package Description software.amazon.awssdk.services.imagebuilder.model -
-
Uses of ContainerRepositoryService in software.amazon.awssdk.services.imagebuilder.model
Methods in software.amazon.awssdk.services.imagebuilder.model that return ContainerRepositoryService Modifier and Type Method Description static ContainerRepositoryServiceContainerRepositoryService. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContainerRepositoryServiceTargetContainerRepository. service()Specifies the service in which this image was registered.static ContainerRepositoryServiceContainerRepositoryService. 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.Methods in software.amazon.awssdk.services.imagebuilder.model that return types with arguments of type ContainerRepositoryService Modifier and Type Method Description static Set<ContainerRepositoryService>ContainerRepositoryService. knownValues()Methods in software.amazon.awssdk.services.imagebuilder.model with parameters of type ContainerRepositoryService Modifier and Type Method Description TargetContainerRepository.BuilderTargetContainerRepository.Builder. service(ContainerRepositoryService service)Specifies the service in which this image was registered.
-