Uses of Class
software.amazon.awssdk.services.emrcontainers.model.ContainerInfo.Type
-
Packages that use ContainerInfo.Type Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of ContainerInfo.Type in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return ContainerInfo.Type Modifier and Type Method Description ContainerInfo.TypeContainerInfo. type()Retrieve an enum value representing which member of this object is populated.static ContainerInfo.TypeContainerInfo.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerInfo.Type[]ContainerInfo.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-