Uses of Class
com.oracle.bmc.resourcemanager.requests.GetStackTfConfigRequest
-
Packages that use GetStackTfConfigRequest Package Description com.oracle.bmc.resourcemanager com.oracle.bmc.resourcemanager.requests -
-
Uses of GetStackTfConfigRequest in com.oracle.bmc.resourcemanager
Methods in com.oracle.bmc.resourcemanager with parameters of type GetStackTfConfigRequest Modifier and Type Method Description GetStackTfConfigResponse
ResourceManager. getStackTfConfig(GetStackTfConfigRequest request)
Returns the Terraform configuration file for the specified stack in zip format.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)
GetStackTfConfigResponse
ResourceManagerClient. getStackTfConfig(GetStackTfConfigRequest request)
Method parameters in com.oracle.bmc.resourcemanager with type arguments of type GetStackTfConfigRequest 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 GetStackTfConfigRequest in com.oracle.bmc.resourcemanager.requests
Methods in com.oracle.bmc.resourcemanager.requests that return GetStackTfConfigRequest Modifier and Type Method Description GetStackTfConfigRequest
GetStackTfConfigRequest.Builder. build()
Build the instance of GetStackTfConfigRequest as configured by this builderGetStackTfConfigRequest
GetStackTfConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetStackTfConfigRequest as configured by this builderMethods in com.oracle.bmc.resourcemanager.requests with parameters of type GetStackTfConfigRequest Modifier and Type Method Description GetStackTfConfigRequest.Builder
GetStackTfConfigRequest.Builder. copy(GetStackTfConfigRequest o)
Copy method to populate the builder with values from the given instance.
-