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