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