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.objectstorageMethods 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 thePrivateEndpointSummaryobjects contained in responses from the listPrivateEndpoints operation.
- 
Uses of PrivateEndpointSummary in com.oracle.bmc.objectstorage.modelMethods in com.oracle.bmc.objectstorage.model that return PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointSummaryPrivateEndpointSummary.Builder. build()Methods in com.oracle.bmc.objectstorage.model with parameters of type PrivateEndpointSummary Modifier and Type Method Description PrivateEndpointSummary.BuilderPrivateEndpointSummary.Builder. copy(PrivateEndpointSummary model)
- 
Uses of PrivateEndpointSummary in com.oracle.bmc.objectstorage.responsesMethods 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.BuilderListPrivateEndpointsResponse.Builder. items(List<PrivateEndpointSummary> items)A list of com.oracle.bmc.objectstorage.model.PrivateEndpointSummary instances.
 
-