Uses of Class
com.oracle.bmc.streaming.model.PrivateEndpointSettings
-
Packages that use PrivateEndpointSettings Package Description com.oracle.bmc.streaming.model -
-
Uses of PrivateEndpointSettings in com.oracle.bmc.streaming.model
Methods in com.oracle.bmc.streaming.model that return PrivateEndpointSettings Modifier and Type Method Description PrivateEndpointSettings
PrivateEndpointSettings.Builder. build()
PrivateEndpointSettings
StreamPool. getPrivateEndpointSettings()
Methods in com.oracle.bmc.streaming.model with parameters of type PrivateEndpointSettings Modifier and Type Method Description PrivateEndpointSettings.Builder
PrivateEndpointSettings.Builder. copy(PrivateEndpointSettings model)
StreamPool.Builder
StreamPool.Builder. privateEndpointSettings(PrivateEndpointSettings privateEndpointSettings)
Constructors in com.oracle.bmc.streaming.model with parameters of type PrivateEndpointSettings 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.
-