Uses of Class
com.oracle.bmc.objectstorage.model.PrivateEndpointSummary
-
Packages that use PrivateEndpointSummary Package Description com.oracle.bmc.objectstorage com.oracle.bmc.objectstorage.model com.oracle.bmc.objectstorage.responses -
-
Uses of PrivateEndpointSummary in com.oracle.bmc.objectstorage
Methods in com.oracle.bmc.objectstorage that return types with arguments of type PrivateEndpointSummary Modifier and Type Method Description Iterable<PrivateEndpointSummary>
ObjectStoragePaginators. 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.objectstorage.model
Methods in com.oracle.bmc.objectstorage.model that return PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointSummary
PrivateEndpointSummary.Builder. build()
Methods in com.oracle.bmc.objectstorage.model with parameters of type PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointSummary.Builder
PrivateEndpointSummary.Builder. copy(PrivateEndpointSummary model)
-
Uses of PrivateEndpointSummary in com.oracle.bmc.objectstorage.responses
Methods in com.oracle.bmc.objectstorage.responses that return types with arguments of type PrivateEndpointSummary Modifier and Type Method Description List<PrivateEndpointSummary>
ListPrivateEndpointsResponse. getItems()
A list of com.oracle.bmc.objectstorage.model.PrivateEndpointSummary instances.Method parameters in com.oracle.bmc.objectstorage.responses with type arguments of type PrivateEndpointSummary Modifier and Type Method Description ListPrivateEndpointsResponse.Builder
ListPrivateEndpointsResponse.Builder. items(List<PrivateEndpointSummary> items)
A list of com.oracle.bmc.objectstorage.model.PrivateEndpointSummary instances.
-