| Package | Description |
|---|---|
| com.amazonaws.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageMode |
StorageMode.fromValue(String value)
Use this in place of valueOf.
|
static StorageMode |
StorageMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StorageMode[] |
StorageMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo |
MutableClusterInfo.withStorageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
CreateClusterRequest |
CreateClusterRequest.withStorageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
ProvisionedRequest |
ProvisionedRequest.withStorageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
UpdateStorageRequest |
UpdateStorageRequest.withStorageMode(StorageMode storageMode)
Controls storage mode for supported storage tiers.
|
ClusterInfo |
ClusterInfo.withStorageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
Provisioned |
Provisioned.withStorageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
Copyright © 2023. All rights reserved.