Uses of Class
com.oracle.bmc.resourcemanager.responses.ListPrivateEndpointsResponse
-
Packages that use ListPrivateEndpointsResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of ListPrivateEndpointsResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponseResourceManager. listPrivateEndpoints(ListPrivateEndpointsRequest request)Lists private endpoints according to the specified filter.ListPrivateEndpointsResponseResourceManagerClient. listPrivateEndpoints(ListPrivateEndpointsRequest request)Methods in com.oracle.bmc.resourcemanager that return types with arguments of type ListPrivateEndpointsResponse Modifier and Type Method Description Future<ListPrivateEndpointsResponse>ResourceManagerAsync. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)Lists private endpoints according to the specified filter.Future<ListPrivateEndpointsResponse>ResourceManagerAsyncClient. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)Iterable<ListPrivateEndpointsResponse>ResourceManagerPaginators. listPrivateEndpointsResponseIterator(ListPrivateEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listPrivateEndpoints operation.Method parameters in com.oracle.bmc.resourcemanager with type arguments of type ListPrivateEndpointsResponse Modifier and Type Method Description Future<ListPrivateEndpointsResponse>ResourceManagerAsync. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler)Lists private endpoints according to the specified filter.Future<ListPrivateEndpointsResponse>ResourceManagerAsyncClient. listPrivateEndpoints(ListPrivateEndpointsRequest request, AsyncHandler<ListPrivateEndpointsRequest,ListPrivateEndpointsResponse> handler) -
Uses of ListPrivateEndpointsResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponseListPrivateEndpointsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type ListPrivateEndpointsResponse Modifier and Type Method Description ListPrivateEndpointsResponse.BuilderListPrivateEndpointsResponse.Builder. copy(ListPrivateEndpointsResponse o)Copy method to populate the builder with values from the given instance.
-