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 DataKeyTypesDataKeyTypes. create(String key)DataKeyTypesBaseKeyDetails. getType()Type of the Data Key.DataKeyTypesDataKey. getType()Type of the Data Key.DataKeyTypesDataKeySummary. getType()Type of the Data Key.DataKeyTypesGenerateDataKeyDetails. getType()Type of the Data Key.static DataKeyTypesDataKeyTypes. 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.BuilderBaseKeyDetails.Builder. type(DataKeyTypes type)Type of the Data Key.DataKey.BuilderDataKey.Builder. type(DataKeyTypes type)Type of the Data Key.DataKeySummary.BuilderDataKeySummary.Builder. type(DataKeyTypes type)Type of the Data Key.GenerateDataKeyDetails.BuilderGenerateDataKeyDetails.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 DataKeyTypesListDataKeysRequest. getDataKeyType()Data key type.Methods in com.oracle.bmc.apmcontrolplane.requests with parameters of type DataKeyTypes Modifier and Type Method Description ListDataKeysRequest.BuilderListDataKeysRequest.Builder. dataKeyType(DataKeyTypes dataKeyType)Data key type.
-