Uses of Class
com.oracle.bmc.streaming.model.CustomEncryptionKey
-
Packages that use CustomEncryptionKey Package Description com.oracle.bmc.streaming.model -
-
Uses of CustomEncryptionKey in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return CustomEncryptionKey Modifier and Type Method Description CustomEncryptionKey
CustomEncryptionKey.Builder. build()
CustomEncryptionKey
StreamPool. getCustomEncryptionKey()
Methods in com.oracle.bmc.streaming.model with parameters of type CustomEncryptionKey Modifier and Type Method Description CustomEncryptionKey.Builder
CustomEncryptionKey.Builder. copy(CustomEncryptionKey model)
StreamPool.Builder
StreamPool.Builder. customEncryptionKey(CustomEncryptionKey customEncryptionKey)
Constructors in com.oracle.bmc.streaming.model with parameters of type CustomEncryptionKey Constructor Description StreamPool(String id, String compartmentId, String name, StreamPool.LifecycleState lifecycleState, String lifecycleStateDetails, Date timeCreated, KafkaSettings kafkaSettings, CustomEncryptionKey customEncryptionKey, Boolean isPrivate, String endpointFqdn, PrivateEndpointSettings privateEndpointSettings, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-