Uses of Class
com.oracle.bmc.fleetappsmanagement.responses.GetJobActivityResponse
-
Packages that use GetJobActivityResponse Package Description com.oracle.bmc.fleetappsmanagement com.oracle.bmc.fleetappsmanagement.responses -
-
Uses of GetJobActivityResponse in com.oracle.bmc.fleetappsmanagement
Methods in com.oracle.bmc.fleetappsmanagement that return GetJobActivityResponse Modifier and Type Method Description GetJobActivityResponse
FleetAppsManagementOperations. getJobActivity(GetJobActivityRequest request)
Gets activity details by identifier for a job.GetJobActivityResponse
FleetAppsManagementOperationsClient. getJobActivity(GetJobActivityRequest request)
Methods in com.oracle.bmc.fleetappsmanagement that return types with arguments of type GetJobActivityResponse Modifier and Type Method Description Future<GetJobActivityResponse>
FleetAppsManagementOperationsAsync. getJobActivity(GetJobActivityRequest request, AsyncHandler<GetJobActivityRequest,GetJobActivityResponse> handler)
Gets activity details by identifier for a job.Future<GetJobActivityResponse>
FleetAppsManagementOperationsAsyncClient. getJobActivity(GetJobActivityRequest request, AsyncHandler<GetJobActivityRequest,GetJobActivityResponse> handler)
Method parameters in com.oracle.bmc.fleetappsmanagement with type arguments of type GetJobActivityResponse Modifier and Type Method Description Future<GetJobActivityResponse>
FleetAppsManagementOperationsAsync. getJobActivity(GetJobActivityRequest request, AsyncHandler<GetJobActivityRequest,GetJobActivityResponse> handler)
Gets activity details by identifier for a job.Future<GetJobActivityResponse>
FleetAppsManagementOperationsAsyncClient. getJobActivity(GetJobActivityRequest request, AsyncHandler<GetJobActivityRequest,GetJobActivityResponse> handler)
-
Uses of GetJobActivityResponse in com.oracle.bmc.fleetappsmanagement.responses
Methods in com.oracle.bmc.fleetappsmanagement.responses that return GetJobActivityResponse Modifier and Type Method Description GetJobActivityResponse
GetJobActivityResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.fleetappsmanagement.responses with parameters of type GetJobActivityResponse Modifier and Type Method Description GetJobActivityResponse.Builder
GetJobActivityResponse.Builder. copy(GetJobActivityResponse o)
Copy method to populate the builder with values from the given instance.
-