Uses of Class
com.oracle.bmc.objectstorage.model.Fqdns
-
Packages that use Fqdns Package Description com.oracle.bmc.objectstorage.model -
-
Uses of Fqdns in com.oracle.bmc.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return Fqdns Modifier and Type Method Description Fqdns
Fqdns.Builder. build()
Fqdns
PrivateEndpoint. getFqdns()
Fqdns
PrivateEndpointSummary. getFqdns()
Methods in com.oracle.bmc.objectstorage.model with parameters of type Fqdns Modifier and Type Method Description Fqdns.Builder
Fqdns.Builder. copy(Fqdns model)
PrivateEndpoint.Builder
PrivateEndpoint.Builder. fqdns(Fqdns fqdns)
PrivateEndpointSummary.Builder
PrivateEndpointSummary.Builder. fqdns(Fqdns fqdns)
Constructors in com.oracle.bmc.objectstorage.model with parameters of type Fqdns Constructor Description PrivateEndpoint(String name, String namespace, String compartmentId, String createdBy, Date timeCreated, Date timeModified, String subnetId, String privateEndpointIp, String prefix, List<String> additionalPrefixes, List<String> nsgIds, Fqdns fqdns, String etag, PrivateEndpoint.LifecycleState lifecycleState, List<AccessTargetDetails> accessTargets, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, String id)
Deprecated.PrivateEndpointSummary(String name, String namespace, String compartmentId, String createdBy, Date timeCreated, Date timeModified, String prefix, Fqdns fqdns, String etag, PrivateEndpoint.LifecycleState lifecycleState)
Deprecated.
-