Uses of Class
com.oracle.bmc.resourcemanager.model.PrivateEndpointSummary
-
Packages that use PrivateEndpointSummary Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.model -
-
Uses of PrivateEndpointSummary in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type PrivateEndpointSummary Modifier and Type Method Description Iterable<PrivateEndpointSummary>
ResourceManagerPaginators. listPrivateEndpointsRecordIterator(ListPrivateEndpointsRequest request)
Creates a new iterable which will iterate over thePrivateEndpointSummary
objects contained in responses from the listPrivateEndpoints operation. -
Uses of PrivateEndpointSummary in com.oracle.bmc.resourcemanager.model
Methods in com.oracle.bmc.resourcemanager.model that return PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointSummary
PrivateEndpointSummary.Builder. build()
Methods in com.oracle.bmc.resourcemanager.model that return types with arguments of type PrivateEndpointSummary Modifier and Type Method Description List<PrivateEndpointSummary>
PrivateEndpointCollection. getItems()
A list of private endpoints.Methods in com.oracle.bmc.resourcemanager.model with parameters of type PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointSummary.Builder
PrivateEndpointSummary.Builder. copy(PrivateEndpointSummary model)
Method parameters in com.oracle.bmc.resourcemanager.model with type arguments of type PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointCollection.Builder
PrivateEndpointCollection.Builder. items(List<PrivateEndpointSummary> items)
A list of private endpoints.Constructor parameters in com.oracle.bmc.resourcemanager.model with type arguments of type PrivateEndpointSummary Constructor Description PrivateEndpointCollection(List<PrivateEndpointSummary> items)
Deprecated.
-