| Package | Description |
|---|---|
| software.amazon.awssdk.services.kafka.model |
| Modifier and Type | Method and Description |
|---|---|
static StorageMode |
StorageMode.fromValue(String value)
Use this in place of valueOf to convert the raw string returned by the service into the enum value.
|
StorageMode |
MutableClusterInfo.storageMode()
This controls storage mode for supported storage tiers.
|
StorageMode |
ClusterInfo.storageMode()
This controls storage mode for supported storage tiers.
|
StorageMode |
UpdateStorageRequest.storageMode()
Controls storage mode for supported storage tiers.
|
StorageMode |
Provisioned.storageMode()
This controls storage mode for supported storage tiers.
|
StorageMode |
ProvisionedRequest.storageMode()
This controls storage mode for supported storage tiers.
|
StorageMode |
CreateClusterRequest.storageMode()
This controls storage mode for supported storage tiers.
|
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 |
|---|---|
static Set<StorageMode> |
StorageMode.knownValues()
|
| Modifier and Type | Method and Description |
|---|---|
MutableClusterInfo.Builder |
MutableClusterInfo.Builder.storageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
ClusterInfo.Builder |
ClusterInfo.Builder.storageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
UpdateStorageRequest.Builder |
UpdateStorageRequest.Builder.storageMode(StorageMode storageMode)
Controls storage mode for supported storage tiers.
|
Provisioned.Builder |
Provisioned.Builder.storageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
ProvisionedRequest.Builder |
ProvisionedRequest.Builder.storageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
CreateClusterRequest.Builder |
CreateClusterRequest.Builder.storageMode(StorageMode storageMode)
This controls storage mode for supported storage tiers.
|
Copyright © 2023. All rights reserved.