Uses of Class
com.oracle.bmc.generativeai.responses.ListHostedApplicationsResponse
-
Packages that use ListHostedApplicationsResponse Package Description com.oracle.bmc.generativeai com.oracle.bmc.generativeai.responses -
-
Uses of ListHostedApplicationsResponse in com.oracle.bmc.generativeai
Methods in com.oracle.bmc.generativeai that return ListHostedApplicationsResponse Modifier and Type Method Description ListHostedApplicationsResponseGenerativeAi. listHostedApplications(ListHostedApplicationsRequest request)Lists the hosted applications in a specific compartment.ListHostedApplicationsResponseGenerativeAiClient. listHostedApplications(ListHostedApplicationsRequest request)Methods in com.oracle.bmc.generativeai that return types with arguments of type ListHostedApplicationsResponse Modifier and Type Method Description Future<ListHostedApplicationsResponse>GenerativeAiAsync. listHostedApplications(ListHostedApplicationsRequest request, AsyncHandler<ListHostedApplicationsRequest,ListHostedApplicationsResponse> handler)Lists the hosted applications in a specific compartment.Future<ListHostedApplicationsResponse>GenerativeAiAsyncClient. listHostedApplications(ListHostedApplicationsRequest request, AsyncHandler<ListHostedApplicationsRequest,ListHostedApplicationsResponse> handler)Iterable<ListHostedApplicationsResponse>GenerativeAiPaginators. listHostedApplicationsResponseIterator(ListHostedApplicationsRequest request)Creates a new iterable which will iterate over the responses received from the listHostedApplications operation.Method parameters in com.oracle.bmc.generativeai with type arguments of type ListHostedApplicationsResponse Modifier and Type Method Description Future<ListHostedApplicationsResponse>GenerativeAiAsync. listHostedApplications(ListHostedApplicationsRequest request, AsyncHandler<ListHostedApplicationsRequest,ListHostedApplicationsResponse> handler)Lists the hosted applications in a specific compartment.Future<ListHostedApplicationsResponse>GenerativeAiAsyncClient. listHostedApplications(ListHostedApplicationsRequest request, AsyncHandler<ListHostedApplicationsRequest,ListHostedApplicationsResponse> handler) -
Uses of ListHostedApplicationsResponse in com.oracle.bmc.generativeai.responses
Methods in com.oracle.bmc.generativeai.responses that return ListHostedApplicationsResponse Modifier and Type Method Description ListHostedApplicationsResponseListHostedApplicationsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.generativeai.responses with parameters of type ListHostedApplicationsResponse Modifier and Type Method Description ListHostedApplicationsResponse.BuilderListHostedApplicationsResponse.Builder. copy(ListHostedApplicationsResponse o)Copy method to populate the builder with values from the given instance.
-