Uses of Class
com.oracle.bmc.resourcemanager.requests.GetJobTfConfigRequest
- 
Packages that use GetJobTfConfigRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests 
- 
- 
Uses of GetJobTfConfigRequest in com.oracle.bmc.resourcemanagerMethods in com.oracle.bmc.resourcemanager with parameters of type GetJobTfConfigRequest Modifier and Type Method Description GetJobTfConfigResponseResourceManager. getJobTfConfig(GetJobTfConfigRequest request)Returns the Terraform configuration for the specified job in zip format.Future<GetJobTfConfigResponse>ResourceManagerAsync. getJobTfConfig(GetJobTfConfigRequest request, AsyncHandler<GetJobTfConfigRequest,GetJobTfConfigResponse> handler)Returns the Terraform configuration for the specified job in zip format.Future<GetJobTfConfigResponse>ResourceManagerAsyncClient. getJobTfConfig(GetJobTfConfigRequest request, AsyncHandler<GetJobTfConfigRequest,GetJobTfConfigResponse> handler)GetJobTfConfigResponseResourceManagerClient. getJobTfConfig(GetJobTfConfigRequest request)Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetJobTfConfigRequest Modifier and Type Method Description Future<GetJobTfConfigResponse>ResourceManagerAsync. getJobTfConfig(GetJobTfConfigRequest request, AsyncHandler<GetJobTfConfigRequest,GetJobTfConfigResponse> handler)Returns the Terraform configuration for the specified job in zip format.Future<GetJobTfConfigResponse>ResourceManagerAsyncClient. getJobTfConfig(GetJobTfConfigRequest request, AsyncHandler<GetJobTfConfigRequest,GetJobTfConfigResponse> handler)
- 
Uses of GetJobTfConfigRequest in com.oracle.bmc.resourcemanager.requestsMethods in com.oracle.bmc.resourcemanager.requests that return GetJobTfConfigRequest Modifier and Type Method Description GetJobTfConfigRequestGetJobTfConfigRequest.Builder. build()Build the instance of GetJobTfConfigRequest as configured by this builderGetJobTfConfigRequestGetJobTfConfigRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetJobTfConfigRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type GetJobTfConfigRequest Modifier and Type Method Description GetJobTfConfigRequest.BuilderGetJobTfConfigRequest.Builder. copy(GetJobTfConfigRequest o)Copy method to populate the builder with values from the given instance.
 
-