Uses of Class
com.oracle.bmc.generativeai.requests.ListEndpointsRequest
-
Packages that use ListEndpointsRequest Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.requests -
-
Uses of ListEndpointsRequest in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai with parameters of type ListEndpointsRequest Modifier and Type Method Description ListEndpointsResponseGenerativeAi. listEndpoints(ListEndpointsRequest request)Lists the endpoints of a specific compartment.Future<ListEndpointsResponse>GenerativeAiAsync. listEndpoints(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResponse> handler)Lists the endpoints of a specific compartment.Future<ListEndpointsResponse>GenerativeAiAsyncClient. listEndpoints(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResponse> handler)ListEndpointsResponseGenerativeAiClient. listEndpoints(ListEndpointsRequest request)Iterable<EndpointSummary>GenerativeAiPaginators. listEndpointsRecordIterator(ListEndpointsRequest request)Creates a new iterable which will iterate over theEndpointSummaryobjects contained in responses from the listEndpoints operation.Iterable<ListEndpointsResponse>GenerativeAiPaginators. listEndpointsResponseIterator(ListEndpointsRequest request)Creates a new iterable which will iterate over the responses received from the listEndpoints operation.Method parameters in com.oracle.bmc.generativeai with type arguments of type ListEndpointsRequest Modifier and Type Method Description Future<ListEndpointsResponse>GenerativeAiAsync. listEndpoints(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResponse> handler)Lists the endpoints of a specific compartment.Future<ListEndpointsResponse>GenerativeAiAsyncClient. listEndpoints(ListEndpointsRequest request, AsyncHandler<ListEndpointsRequest,ListEndpointsResponse> handler) -
Uses of ListEndpointsRequest in com.oracle.bmc.generativeai.requests
Methods in com.oracle.bmc.generativeai.requests that return ListEndpointsRequest Modifier and Type Method Description ListEndpointsRequestListEndpointsRequest.Builder. build()Build the instance of ListEndpointsRequest as configured by this builderListEndpointsRequestListEndpointsRequest.Builder. buildWithoutInvocationCallback()Build the instance of ListEndpointsRequest as configured by this builderMethods in com.oracle.bmc.generativeai.requests with parameters of type ListEndpointsRequest Modifier and Type Method Description ListEndpointsRequest.BuilderListEndpointsRequest.Builder. copy(ListEndpointsRequest o)Copy method to populate the builder with values from the given instance.
-