Uses of Class
com.oracle.bmc.streaming.model.CustomEncryptionKeyDetails
-
Packages that use CustomEncryptionKeyDetails Package Description com.oracle.bmc.streaming.model -
-
Uses of CustomEncryptionKeyDetails in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return CustomEncryptionKeyDetails Modifier and Type Method Description CustomEncryptionKeyDetails
CustomEncryptionKeyDetails.Builder. build()
CustomEncryptionKeyDetails
CreateStreamPoolDetails. getCustomEncryptionKeyDetails()
CustomEncryptionKeyDetails
UpdateStreamPoolDetails. getCustomEncryptionKeyDetails()
Methods in com.oracle.bmc.streaming.model with parameters of type CustomEncryptionKeyDetails Modifier and Type Method Description CustomEncryptionKeyDetails.Builder
CustomEncryptionKeyDetails.Builder. copy(CustomEncryptionKeyDetails model)
CreateStreamPoolDetails.Builder
CreateStreamPoolDetails.Builder. customEncryptionKeyDetails(CustomEncryptionKeyDetails customEncryptionKeyDetails)
UpdateStreamPoolDetails.Builder
UpdateStreamPoolDetails.Builder. customEncryptionKeyDetails(CustomEncryptionKeyDetails customEncryptionKeyDetails)
Constructors in com.oracle.bmc.streaming.model with parameters of type CustomEncryptionKeyDetails Constructor Description CreateStreamPoolDetails(String compartmentId, String name, KafkaSettings kafkaSettings, CustomEncryptionKeyDetails customEncryptionKeyDetails, PrivateEndpointDetails privateEndpointDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateStreamPoolDetails(String name, KafkaSettings kafkaSettings, CustomEncryptionKeyDetails customEncryptionKeyDetails, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-