Uses of Class
com.oracle.bmc.resourcemanager.responses.GetJobTfConfigResponse
-
Packages that use GetJobTfConfigResponse Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.responses -
-
Uses of GetJobTfConfigResponse in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager that return GetJobTfConfigResponse Modifier and Type Method Description GetJobTfConfigResponse
ResourceManager. getJobTfConfig(GetJobTfConfigRequest request)
Returns the Terraform configuration for the specified job in zip format.GetJobTfConfigResponse
ResourceManagerClient. getJobTfConfig(GetJobTfConfigRequest request)
Methods in com.oracle.bmc.resourcemanager that return types with arguments of type GetJobTfConfigResponse 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)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetJobTfConfigResponse 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 GetJobTfConfigResponse in com.oracle.bmc.resourcemanager.responses
Methods in com.oracle.bmc.resourcemanager.responses that return GetJobTfConfigResponse Modifier and Type Method Description GetJobTfConfigResponse
GetJobTfConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.resourcemanager.responses with parameters of type GetJobTfConfigResponse Modifier and Type Method Description GetJobTfConfigResponse.Builder
GetJobTfConfigResponse.Builder. copy(GetJobTfConfigResponse o)
Copy method to populate the builder with values from the given instance.
-