| Package | Description |
|---|---|
| software.amazon.awssdk.services.emrcontainers.model |
| Modifier and Type | Method and Description |
|---|---|
ContainerProviderType |
ListVirtualClustersRequest.containerProviderType()
The container provider type of the virtual cluster.
|
static ContainerProviderType |
ContainerProviderType.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
ContainerProviderType |
ContainerProvider.type()
The type of the container provider.
|
static ContainerProviderType |
ContainerProviderType.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.
|
| Modifier and Type | Method and Description |
|---|---|
static Set<ContainerProviderType> |
ContainerProviderType.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
ListVirtualClustersRequest.Builder |
ListVirtualClustersRequest.Builder.containerProviderType(ContainerProviderType containerProviderType)
The container provider type of the virtual cluster.
|
ContainerProvider.Builder |
ContainerProvider.Builder.type(ContainerProviderType type)
The type of the container provider.
|
Copyright © 2023. All rights reserved.