Uses of Class
com.oracle.bmc.resourcemanager.requests.GetJobTfPlanRequest.TfPlanFormat
-
Packages that use GetJobTfPlanRequest.TfPlanFormat Package Description com.oracle.bmc.resourcemanager.requests -
-
Uses of GetJobTfPlanRequest.TfPlanFormat in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return GetJobTfPlanRequest.TfPlanFormat Modifier and Type Method Description static GetJobTfPlanRequest.TfPlanFormat
GetJobTfPlanRequest.TfPlanFormat. create(String key)
GetJobTfPlanRequest.TfPlanFormat
GetJobTfPlanRequest. getTfPlanFormat()
The output format of the Terraform plan.static GetJobTfPlanRequest.TfPlanFormat
GetJobTfPlanRequest.TfPlanFormat. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetJobTfPlanRequest.TfPlanFormat[]
GetJobTfPlanRequest.TfPlanFormat. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.resourcemanager.requests with parameters of type GetJobTfPlanRequest.TfPlanFormat Modifier and Type Method Description GetJobTfPlanRequest.Builder
GetJobTfPlanRequest.Builder. tfPlanFormat(GetJobTfPlanRequest.TfPlanFormat tfPlanFormat)
The output format of the Terraform plan.
-