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