Package | Description |
---|---|
com.oracle.bmc.analytics.model | |
com.oracle.bmc.analytics.requests |
Modifier and Type | Method and Description |
---|---|
static CapacityType |
CapacityType.create(String key) |
CapacityType |
Capacity.getCapacityType()
The capacity model to use.
|
static CapacityType |
CapacityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CapacityType[] |
CapacityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Capacity.Builder |
Capacity.Builder.capacityType(CapacityType capacityType)
The capacity model to use.
|
Constructor and Description |
---|
Capacity(CapacityType capacityType,
Integer capacityValue)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CapacityType |
ListAnalyticsInstancesRequest.getCapacityType()
A filter to only return resources matching the capacity type enum.
|
Modifier and Type | Method and Description |
---|---|
ListAnalyticsInstancesRequest.Builder |
ListAnalyticsInstancesRequest.Builder.capacityType(CapacityType capacityType)
A filter to only return resources matching the capacity type enum.
|
Copyright © 2016–2024. All rights reserved.