Uses of Class
com.oracle.bmc.batch.responses.ListBatchTaskProfilesResponse
-
Packages that use ListBatchTaskProfilesResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of ListBatchTaskProfilesResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return ListBatchTaskProfilesResponse Modifier and Type Method Description ListBatchTaskProfilesResponseBatchComputing. listBatchTaskProfiles(ListBatchTaskProfilesRequest request)Lists the task profiles by compartment or profile OCID.ListBatchTaskProfilesResponseBatchComputingClient. listBatchTaskProfiles(ListBatchTaskProfilesRequest request)Methods in com.oracle.bmc.batch that return types with arguments of type ListBatchTaskProfilesResponse Modifier and Type Method Description Future<ListBatchTaskProfilesResponse>BatchComputingAsync. listBatchTaskProfiles(ListBatchTaskProfilesRequest request, AsyncHandler<ListBatchTaskProfilesRequest,ListBatchTaskProfilesResponse> handler)Lists the task profiles by compartment or profile OCID.Future<ListBatchTaskProfilesResponse>BatchComputingAsyncClient. listBatchTaskProfiles(ListBatchTaskProfilesRequest request, AsyncHandler<ListBatchTaskProfilesRequest,ListBatchTaskProfilesResponse> handler)Iterable<ListBatchTaskProfilesResponse>BatchComputingPaginators. listBatchTaskProfilesResponseIterator(ListBatchTaskProfilesRequest request)Creates a new iterable which will iterate over the responses received from the listBatchTaskProfiles operation.Method parameters in com.oracle.bmc.batch with type arguments of type ListBatchTaskProfilesResponse Modifier and Type Method Description Future<ListBatchTaskProfilesResponse>BatchComputingAsync. listBatchTaskProfiles(ListBatchTaskProfilesRequest request, AsyncHandler<ListBatchTaskProfilesRequest,ListBatchTaskProfilesResponse> handler)Lists the task profiles by compartment or profile OCID.Future<ListBatchTaskProfilesResponse>BatchComputingAsyncClient. listBatchTaskProfiles(ListBatchTaskProfilesRequest request, AsyncHandler<ListBatchTaskProfilesRequest,ListBatchTaskProfilesResponse> handler) -
Uses of ListBatchTaskProfilesResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return ListBatchTaskProfilesResponse Modifier and Type Method Description ListBatchTaskProfilesResponseListBatchTaskProfilesResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type ListBatchTaskProfilesResponse Modifier and Type Method Description ListBatchTaskProfilesResponse.BuilderListBatchTaskProfilesResponse.Builder. copy(ListBatchTaskProfilesResponse o)Copy method to populate the builder with values from the given instance.
-