Uses of Class
com.oracle.bmc.resourcemanager.model.PrivateEndpointCollection
-
Packages that use PrivateEndpointCollection Package Description com.oracle.bmc.resourcemanager.model com.oracle.bmc.resourcemanager.responses -
-
Uses of PrivateEndpointCollection in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return PrivateEndpointCollection Modifier and Type Method Description PrivateEndpointCollection
PrivateEndpointCollection.Builder. build()
Methods in com.oracle.bmc.resourcemanager.model with parameters of type PrivateEndpointCollection Modifier and Type Method Description PrivateEndpointCollection.Builder
PrivateEndpointCollection.Builder. copy(PrivateEndpointCollection model)
-
Uses of PrivateEndpointCollection in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return PrivateEndpointCollection Modifier and Type Method Description PrivateEndpointCollection
ListPrivateEndpointsResponse. getPrivateEndpointCollection()
The returned PrivateEndpointCollection instance.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type PrivateEndpointCollection Modifier and Type Method Description ListPrivateEndpointsResponse.Builder
ListPrivateEndpointsResponse.Builder. privateEndpointCollection(PrivateEndpointCollection privateEndpointCollection)
The returned PrivateEndpointCollection instance.
-