Uses of Class
com.oracle.bmc.oda.responses.ListOdaPrivateEndpointsResponse
-
Packages that use ListOdaPrivateEndpointsResponse Package Description com.oracle.bmc.oda com.oracle.bmc.oda.responses -
-
Uses of ListOdaPrivateEndpointsResponse in com.oracle.bmc.oda
Methods in com.oracle.bmc.oda that return ListOdaPrivateEndpointsResponse Modifier and Type Method Description ListOdaPrivateEndpointsResponseManagement. listOdaPrivateEndpoints(ListOdaPrivateEndpointsRequest request)Returns a page of ODA Private Endpoints that belong to the specified compartment.ListOdaPrivateEndpointsResponseManagementClient. listOdaPrivateEndpoints(ListOdaPrivateEndpointsRequest request)Methods in com.oracle.bmc.oda that return types with arguments of type ListOdaPrivateEndpointsResponse 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)Iterable<ListOdaPrivateEndpointsResponse>ManagementPaginators. listOdaPrivateEndpointsResponseIterator(ListOdaPrivateEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listOdaPrivateEndpoints operation.Method parameters in com.oracle.bmc.oda with type arguments of type ListOdaPrivateEndpointsResponse 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 ListOdaPrivateEndpointsResponse in com.oracle.bmc.oda.responses
Methods in com.oracle.bmc.oda.responses that return ListOdaPrivateEndpointsResponse Modifier and Type Method Description ListOdaPrivateEndpointsResponseListOdaPrivateEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.oda.responses with parameters of type ListOdaPrivateEndpointsResponse Modifier and Type Method Description ListOdaPrivateEndpointsResponse.BuilderListOdaPrivateEndpointsResponse.Builder. copy(ListOdaPrivateEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-