Uses of Class
com.oracle.bmc.batch.responses.GetBatchTaskProfileResponse
-
Packages that use GetBatchTaskProfileResponse Package Description com.oracle.bmc.batch com.oracle.bmc.batch.responses -
-
Uses of GetBatchTaskProfileResponse in com.oracle.bmc.batch
Methods in com.oracle.bmc.batch that return GetBatchTaskProfileResponse Modifier and Type Method Description GetBatchTaskProfileResponseBatchComputing. getBatchTaskProfile(GetBatchTaskProfileRequest request)Gets information about a batch task profile.GetBatchTaskProfileResponseBatchComputingClient. getBatchTaskProfile(GetBatchTaskProfileRequest request)Method parameters in com.oracle.bmc.batch with type arguments of type GetBatchTaskProfileResponse Modifier and Type Method Description Future<GetBatchTaskProfileResponse>BatchComputingAsync. getBatchTaskProfile(GetBatchTaskProfileRequest request, AsyncHandler<GetBatchTaskProfileRequest,GetBatchTaskProfileResponse> handler)Gets information about a batch task profile.Future<GetBatchTaskProfileResponse>BatchComputingAsyncClient. getBatchTaskProfile(GetBatchTaskProfileRequest request, AsyncHandler<GetBatchTaskProfileRequest,GetBatchTaskProfileResponse> handler) -
Uses of GetBatchTaskProfileResponse in com.oracle.bmc.batch.responses
Methods in com.oracle.bmc.batch.responses that return GetBatchTaskProfileResponse Modifier and Type Method Description GetBatchTaskProfileResponseGetBatchTaskProfileResponse.Builder. build()Build the response object.Methods in com.oracle.bmc.batch.responses with parameters of type GetBatchTaskProfileResponse Modifier and Type Method Description GetBatchTaskProfileResponse.BuilderGetBatchTaskProfileResponse.Builder. copy(GetBatchTaskProfileResponse o)Copy method to populate the builder with values from the given instance.
-