Uses of Class
com.oracle.bmc.resourcemanager.responses.ListJobOutputsResponse
-
Packages that use ListJobOutputsResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of ListJobOutputsResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return ListJobOutputsResponse Modifier and Type Method Description ListJobOutputsResponseResourceManager. listJobOutputs(ListJobOutputsRequest request)Gets the list of outputs associated with the specified job.ListJobOutputsResponseResourceManagerClient. listJobOutputs(ListJobOutputsRequest request)Methods in com.oracle.bmc.resourcemanager that return types with arguments of type ListJobOutputsResponse Modifier and Type Method Description Future<ListJobOutputsResponse>ResourceManagerAsync. listJobOutputs(ListJobOutputsRequest request, AsyncHandler<ListJobOutputsRequest,ListJobOutputsResponse> handler)Gets the list of outputs associated with the specified job.Future<ListJobOutputsResponse>ResourceManagerAsyncClient. listJobOutputs(ListJobOutputsRequest request, AsyncHandler<ListJobOutputsRequest,ListJobOutputsResponse> handler)Iterable<ListJobOutputsResponse>ResourceManagerPaginators. listJobOutputsResponseIterator(ListJobOutputsRequest request)Creates a new iterable which will iterate over the responses received from the listJobOutputs operation.Method parameters in com.oracle.bmc.resourcemanager with type arguments of type ListJobOutputsResponse Modifier and Type Method Description Future<ListJobOutputsResponse>ResourceManagerAsync. listJobOutputs(ListJobOutputsRequest request, AsyncHandler<ListJobOutputsRequest,ListJobOutputsResponse> handler)Gets the list of outputs associated with the specified job.Future<ListJobOutputsResponse>ResourceManagerAsyncClient. listJobOutputs(ListJobOutputsRequest request, AsyncHandler<ListJobOutputsRequest,ListJobOutputsResponse> handler) -
Uses of ListJobOutputsResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return ListJobOutputsResponse Modifier and Type Method Description ListJobOutputsResponseListJobOutputsResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type ListJobOutputsResponse Modifier and Type Method Description ListJobOutputsResponse.BuilderListJobOutputsResponse.Builder. copy(ListJobOutputsResponse o)Copy method to populate the builder with values from the given instance.
-