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.model
Methods in com.oracle.bmc.streaming.model that return PrivateEndpointDetails Modifier and Type Method Description PrivateEndpointDetails
PrivateEndpointDetails.Builder. build()
PrivateEndpointDetails
CreateStreamPoolDetails. getPrivateEndpointDetails()
Methods in com.oracle.bmc.streaming.model with parameters of type PrivateEndpointDetails Modifier and Type Method Description PrivateEndpointDetails.Builder
PrivateEndpointDetails.Builder. copy(PrivateEndpointDetails model)
CreateStreamPoolDetails.Builder
CreateStreamPoolDetails.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>> definedTags)
Deprecated.
-