Uses of Class
com.oracle.bmc.apmcontrolplane.model.DataKey.Builder
-
Packages that use DataKey.Builder Package Description com.oracle.bmc.apmcontrolplane.model -
-
Uses of DataKey.Builder in com.oracle.bmc.apmcontrolplane.model
Methods in com.oracle.bmc.apmcontrolplane.model that return DataKey.Builder Modifier and Type Method Description static DataKey.Builder
DataKey. builder()
Create a new builder.DataKey.Builder
DataKey.Builder. copy(DataKey model)
DataKey.Builder
DataKey.Builder. name(String name)
Name of the Data Key.DataKey.Builder
DataKey. toBuilder()
DataKey.Builder
DataKey.Builder. type(DataKeyTypes type)
Type of the Data Key.DataKey.Builder
DataKey.Builder. value(String value)
Value of the Data Key.
-