Uses of Class
com.oracle.bmc.apmcontrolplane.model.DataKeyTypes
-
Packages that use DataKeyTypes Package Description com.oracle.bmc.apmcontrolplane.model com.oracle.bmc.apmcontrolplane.requests -
-
Uses of DataKeyTypes in com.oracle.bmc.apmcontrolplane.model
Methods in com.oracle.bmc.apmcontrolplane.model that return DataKeyTypes Modifier and Type Method Description static DataKeyTypes
DataKeyTypes. create(String key)
DataKeyTypes
BaseKeyDetails. getType()
Type of the Data Key.DataKeyTypes
DataKey. getType()
Type of the Data Key.DataKeyTypes
DataKeySummary. getType()
Type of the Data Key.DataKeyTypes
GenerateDataKeyDetails. getType()
Type of the Data Key.static DataKeyTypes
DataKeyTypes. valueOf(String name)
Returns the enum constant of this type with the specified name.static DataKeyTypes[]
DataKeyTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.apmcontrolplane.model with parameters of type DataKeyTypes Modifier and Type Method Description BaseKeyDetails.Builder
BaseKeyDetails.Builder. type(DataKeyTypes type)
Type of the Data Key.DataKey.Builder
DataKey.Builder. type(DataKeyTypes type)
Type of the Data Key.DataKeySummary.Builder
DataKeySummary.Builder. type(DataKeyTypes type)
Type of the Data Key.GenerateDataKeyDetails.Builder
GenerateDataKeyDetails.Builder. type(DataKeyTypes type)
Type of the Data Key.Constructors in com.oracle.bmc.apmcontrolplane.model with parameters of type DataKeyTypes Constructor Description BaseKeyDetails(String name, DataKeyTypes type)
Deprecated.DataKey(String value, String name, DataKeyTypes type)
Deprecated.DataKeySummary(String value, String name, DataKeyTypes type)
Deprecated.GenerateDataKeyDetails(String name, DataKeyTypes type)
Deprecated. -
Uses of DataKeyTypes in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return DataKeyTypes Modifier and Type Method Description DataKeyTypes
ListDataKeysRequest. getDataKeyType()
Data key type.Methods in com.oracle.bmc.apmcontrolplane.requests with parameters of type DataKeyTypes Modifier and Type Method Description ListDataKeysRequest.Builder
ListDataKeysRequest.Builder. dataKeyType(DataKeyTypes dataKeyType)
Data key type.
-