Uses of Class
com.oracle.bmc.distributeddatabasev26.model.DistributedDatabasePrivateEndpointSummary
-
Packages that use DistributedDatabasePrivateEndpointSummary Package Description com.oracle.bmc.distributeddatabasev26 com.oracle.bmc.distributeddatabasev26.model -
-
Uses of DistributedDatabasePrivateEndpointSummary in com.oracle.bmc.distributeddatabasev26
Methods in com.oracle.bmc.distributeddatabasev26 that return types with arguments of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description Iterable<DistributedDatabasePrivateEndpointSummary>DistributedDbPrivateEndpointServicePaginators. listDistributedDatabasePrivateEndpointsRecordIterator(ListDistributedDatabasePrivateEndpointsRequest request)Creates a new iterable which will iterate over theDistributedDatabasePrivateEndpointSummaryobjects contained in responses from the listDistributedDatabasePrivateEndpoints operation. -
Uses of DistributedDatabasePrivateEndpointSummary in com.oracle.bmc.distributeddatabasev26.model
Methods in com.oracle.bmc.distributeddatabasev26.model that return DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description DistributedDatabasePrivateEndpointSummaryDistributedDatabasePrivateEndpointSummary.Builder. build()Methods in com.oracle.bmc.distributeddatabasev26.model that return types with arguments of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description List<DistributedDatabasePrivateEndpointSummary>DistributedDatabasePrivateEndpointCollection. getItems()Array of private endpoint summaries.Methods in com.oracle.bmc.distributeddatabasev26.model with parameters of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description DistributedDatabasePrivateEndpointSummary.BuilderDistributedDatabasePrivateEndpointSummary.Builder. copy(DistributedDatabasePrivateEndpointSummary model)Method parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type DistributedDatabasePrivateEndpointSummary Modifier and Type Method Description DistributedDatabasePrivateEndpointCollection.BuilderDistributedDatabasePrivateEndpointCollection.Builder. items(List<DistributedDatabasePrivateEndpointSummary> items)Array of private endpoint summaries.Constructor parameters in com.oracle.bmc.distributeddatabasev26.model with type arguments of type DistributedDatabasePrivateEndpointSummary Constructor Description DistributedDatabasePrivateEndpointCollection(List<DistributedDatabasePrivateEndpointSummary> items)Deprecated.
-