Uses of Class
com.oracle.bmc.resourcemanager.responses.GetJobTfStateResponse
-
Packages that use GetJobTfStateResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of GetJobTfStateResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return GetJobTfStateResponse Modifier and Type Method Description GetJobTfStateResponse
ResourceManager. getJobTfState(GetJobTfStateRequest request)
Returns the Terraform state for the specified job.GetJobTfStateResponse
ResourceManagerClient. getJobTfState(GetJobTfStateRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type GetJobTfStateResponse Modifier and Type Method Description Future<GetJobTfStateResponse>
ResourceManagerAsync. getJobTfState(GetJobTfStateRequest request, AsyncHandler<GetJobTfStateRequest,GetJobTfStateResponse> handler)
Returns the Terraform state for the specified job.Future<GetJobTfStateResponse>
ResourceManagerAsyncClient. getJobTfState(GetJobTfStateRequest request, AsyncHandler<GetJobTfStateRequest,GetJobTfStateResponse> handler)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetJobTfStateResponse Modifier and Type Method Description Future<GetJobTfStateResponse>
ResourceManagerAsync. getJobTfState(GetJobTfStateRequest request, AsyncHandler<GetJobTfStateRequest,GetJobTfStateResponse> handler)
Returns the Terraform state for the specified job.Future<GetJobTfStateResponse>
ResourceManagerAsyncClient. getJobTfState(GetJobTfStateRequest request, AsyncHandler<GetJobTfStateRequest,GetJobTfStateResponse> handler)
-
Uses of GetJobTfStateResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return GetJobTfStateResponse Modifier and Type Method Description GetJobTfStateResponse
GetJobTfStateResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type GetJobTfStateResponse Modifier and Type Method Description GetJobTfStateResponse.Builder
GetJobTfStateResponse.Builder. copy(GetJobTfStateResponse o)
Copy method to populate the builder with values from the given instance.
-