Uses of Class
com.oracle.bmc.oda.requests.ListOdaPrivateEndpointsRequest
-
Packages that use ListOdaPrivateEndpointsRequest Package Description com.oracle.bmc.oda com.oracle.bmc.oda.requests -
-
Uses of ListOdaPrivateEndpointsRequest in com.oracle.bmc.oda
Method parameters in com.oracle.bmc.oda with type arguments of type ListOdaPrivateEndpointsRequest Modifier and Type Method Description Future<ListOdaPrivateEndpointsResponse>
ManagementAsync. listOdaPrivateEndpoints(ListOdaPrivateEndpointsRequest request, AsyncHandler<ListOdaPrivateEndpointsRequest,ListOdaPrivateEndpointsResponse> handler)
Returns a page of ODA Private Endpoints that belong to the specified compartment.Future<ListOdaPrivateEndpointsResponse>
ManagementAsyncClient. listOdaPrivateEndpoints(ListOdaPrivateEndpointsRequest request, AsyncHandler<ListOdaPrivateEndpointsRequest,ListOdaPrivateEndpointsResponse> handler)
-
Uses of ListOdaPrivateEndpointsRequest in com.oracle.bmc.oda.requests
Methods in com.oracle.bmc.oda.requests that return ListOdaPrivateEndpointsRequest Modifier and Type Method Description ListOdaPrivateEndpointsRequest
ListOdaPrivateEndpointsRequest.Builder. build()
Build the instance of ListOdaPrivateEndpointsRequest as configured by this builderListOdaPrivateEndpointsRequest
ListOdaPrivateEndpointsRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ListOdaPrivateEndpointsRequest as configured by this builderMethods in com.oracle.bmc.oda.requests with parameters of type ListOdaPrivateEndpointsRequest Modifier and Type Method Description ListOdaPrivateEndpointsRequest.Builder
ListOdaPrivateEndpointsRequest.Builder. copy(ListOdaPrivateEndpointsRequest o)
Copy method to populate the builder with values from the given instance.
-