Uses of Class
software.amazon.awssdk.services.emrcontainers.model.ContainerProviderType
-
Packages that use ContainerProviderType Package Description software.amazon.awssdk.services.emrcontainers.model -
-
Uses of ContainerProviderType in software.amazon.awssdk.services.emrcontainers.model
Methods in software.amazon.awssdk.services.emrcontainers.model that return ContainerProviderType Modifier and Type Method Description ContainerProviderTypeListVirtualClustersRequest. containerProviderType()The container provider type of the virtual cluster.static ContainerProviderTypeContainerProviderType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ContainerProviderTypeContainerProvider. type()The type of the container provider.static ContainerProviderTypeContainerProviderType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainerProviderType[]ContainerProviderType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.emrcontainers.model that return types with arguments of type ContainerProviderType Modifier and Type Method Description static Set<ContainerProviderType>ContainerProviderType. knownValues()Methods in software.amazon.awssdk.services.emrcontainers.model with parameters of type ContainerProviderType Modifier and Type Method Description ListVirtualClustersRequest.BuilderListVirtualClustersRequest.Builder. containerProviderType(ContainerProviderType containerProviderType)The container provider type of the virtual cluster.ContainerProvider.BuilderContainerProvider.Builder. type(ContainerProviderType type)The type of the container provider.
-