Uses of Class
com.oracle.bmc.aianomalydetection.responses.ListAiPrivateEndpointsResponse
-
Packages that use ListAiPrivateEndpointsResponse Package Description com.oracle.bmc.aianomalydetection com.oracle.bmc.aianomalydetection.responses -
-
Uses of ListAiPrivateEndpointsResponse in com.oracle.bmc.aianomalydetection
Methods in com.oracle.bmc.aianomalydetection that return ListAiPrivateEndpointsResponse Modifier and Type Method Description ListAiPrivateEndpointsResponse
AnomalyDetection. listAiPrivateEndpoints(ListAiPrivateEndpointsRequest request)
Returns a list of all the AI private endpoints in the specified compartment.ListAiPrivateEndpointsResponse
AnomalyDetectionClient. listAiPrivateEndpoints(ListAiPrivateEndpointsRequest request)
Methods in com.oracle.bmc.aianomalydetection that return types with arguments of type ListAiPrivateEndpointsResponse Modifier and Type Method Description Future<ListAiPrivateEndpointsResponse>
AnomalyDetectionAsync. listAiPrivateEndpoints(ListAiPrivateEndpointsRequest request, AsyncHandler<ListAiPrivateEndpointsRequest,ListAiPrivateEndpointsResponse> handler)
Returns a list of all the AI private endpoints in the specified compartment.Future<ListAiPrivateEndpointsResponse>
AnomalyDetectionAsyncClient. listAiPrivateEndpoints(ListAiPrivateEndpointsRequest request, AsyncHandler<ListAiPrivateEndpointsRequest,ListAiPrivateEndpointsResponse> handler)
Iterable<ListAiPrivateEndpointsResponse>
AnomalyDetectionPaginators. listAiPrivateEndpointsResponseIterator(ListAiPrivateEndpointsRequest request)
Creates a new iterable which will iterate over the responses received from the listAiPrivateEndpoints operation.Method parameters in com.oracle.bmc.aianomalydetection with type arguments of type ListAiPrivateEndpointsResponse Modifier and Type Method Description Future<ListAiPrivateEndpointsResponse>
AnomalyDetectionAsync. listAiPrivateEndpoints(ListAiPrivateEndpointsRequest request, AsyncHandler<ListAiPrivateEndpointsRequest,ListAiPrivateEndpointsResponse> handler)
Returns a list of all the AI private endpoints in the specified compartment.Future<ListAiPrivateEndpointsResponse>
AnomalyDetectionAsyncClient. listAiPrivateEndpoints(ListAiPrivateEndpointsRequest request, AsyncHandler<ListAiPrivateEndpointsRequest,ListAiPrivateEndpointsResponse> handler)
-
Uses of ListAiPrivateEndpointsResponse in com.oracle.bmc.aianomalydetection.responses
Methods in com.oracle.bmc.aianomalydetection.responses that return ListAiPrivateEndpointsResponse Modifier and Type Method Description ListAiPrivateEndpointsResponse
ListAiPrivateEndpointsResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.aianomalydetection.responses with parameters of type ListAiPrivateEndpointsResponse Modifier and Type Method Description ListAiPrivateEndpointsResponse.Builder
ListAiPrivateEndpointsResponse.Builder. copy(ListAiPrivateEndpointsResponse o)
Copy method to populate the builder with values from the given instance.
-