Uses of Class
com.oracle.bmc.aivision.responses.ListStreamGroupsResponse
-
Packages that use ListStreamGroupsResponse Package Description com.oracle.bmc.aivision com.oracle.bmc.aivision.responses -
-
Uses of ListStreamGroupsResponse in com.oracle.bmc.aivision
Methods in com.oracle.bmc.aivision that return ListStreamGroupsResponse Modifier and Type Method Description ListStreamGroupsResponseAIServiceVision. listStreamGroups(ListStreamGroupsRequest request)Gets a list of the streamGroups in the specified compartment.ListStreamGroupsResponseAIServiceVisionClient. listStreamGroups(ListStreamGroupsRequest request)Methods in com.oracle.bmc.aivision that return types with arguments of type ListStreamGroupsResponse Modifier and Type Method Description Future<ListStreamGroupsResponse>AIServiceVisionAsync. listStreamGroups(ListStreamGroupsRequest request, AsyncHandler<ListStreamGroupsRequest,ListStreamGroupsResponse> handler)Gets a list of the streamGroups in the specified compartment.Future<ListStreamGroupsResponse>AIServiceVisionAsyncClient. listStreamGroups(ListStreamGroupsRequest request, AsyncHandler<ListStreamGroupsRequest,ListStreamGroupsResponse> handler)Iterable<ListStreamGroupsResponse>AIServiceVisionPaginators. listStreamGroupsResponseIterator(ListStreamGroupsRequest request)Creates a new iterable which will iterate over the responses received from the listStreamGroups operation.Method parameters in com.oracle.bmc.aivision with type arguments of type ListStreamGroupsResponse Modifier and Type Method Description Future<ListStreamGroupsResponse>AIServiceVisionAsync. listStreamGroups(ListStreamGroupsRequest request, AsyncHandler<ListStreamGroupsRequest,ListStreamGroupsResponse> handler)Gets a list of the streamGroups in the specified compartment.Future<ListStreamGroupsResponse>AIServiceVisionAsyncClient. listStreamGroups(ListStreamGroupsRequest request, AsyncHandler<ListStreamGroupsRequest,ListStreamGroupsResponse> handler) -
Uses of ListStreamGroupsResponse in com.oracle.bmc.aivision.responses
Methods in com.oracle.bmc.aivision.responses that return ListStreamGroupsResponse Modifier and Type Method Description ListStreamGroupsResponseListStreamGroupsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.aivision.responses with parameters of type ListStreamGroupsResponse Modifier and Type Method Description ListStreamGroupsResponse.BuilderListStreamGroupsResponse.Builder. copy(ListStreamGroupsResponse o)Copy method to populate the builder with values from the given instance.
-