Uses of Class
com.oracle.bmc.resourcemanager.requests.GetJobTfPlanRequest
-
Packages that use GetJobTfPlanRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of GetJobTfPlanRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type GetJobTfPlanRequest Modifier and Type Method Description GetJobTfPlanResponse
ResourceManager. getJobTfPlan(GetJobTfPlanRequest request)
Returns the output of the specified Terraform plan job in binary or JSON format.Future<GetJobTfPlanResponse>
ResourceManagerAsync. getJobTfPlan(GetJobTfPlanRequest request, AsyncHandler<GetJobTfPlanRequest,GetJobTfPlanResponse> handler)
Returns the output of the specified Terraform plan job in binary or JSON format.Future<GetJobTfPlanResponse>
ResourceManagerAsyncClient. getJobTfPlan(GetJobTfPlanRequest request, AsyncHandler<GetJobTfPlanRequest,GetJobTfPlanResponse> handler)
GetJobTfPlanResponse
ResourceManagerClient. getJobTfPlan(GetJobTfPlanRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetJobTfPlanRequest Modifier and Type Method Description Future<GetJobTfPlanResponse>
ResourceManagerAsync. getJobTfPlan(GetJobTfPlanRequest request, AsyncHandler<GetJobTfPlanRequest,GetJobTfPlanResponse> handler)
Returns the output of the specified Terraform plan job in binary or JSON format.Future<GetJobTfPlanResponse>
ResourceManagerAsyncClient. getJobTfPlan(GetJobTfPlanRequest request, AsyncHandler<GetJobTfPlanRequest,GetJobTfPlanResponse> handler)
-
Uses of GetJobTfPlanRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return GetJobTfPlanRequest Modifier and Type Method Description GetJobTfPlanRequest
GetJobTfPlanRequest.Builder. build()
Build the instance of GetJobTfPlanRequest as configured by this builderGetJobTfPlanRequest
GetJobTfPlanRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetJobTfPlanRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type GetJobTfPlanRequest Modifier and Type Method Description GetJobTfPlanRequest.Builder
GetJobTfPlanRequest.Builder. copy(GetJobTfPlanRequest o)
Copy method to populate the builder with values from the given instance.
-