Uses of Class
com.oracle.bmc.datasafe.responses.GenerateOnPremConnectorConfigurationResponse
-
Packages that use GenerateOnPremConnectorConfigurationResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GenerateOnPremConnectorConfigurationResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GenerateOnPremConnectorConfigurationResponse Modifier and Type Method Description GenerateOnPremConnectorConfigurationResponse
DataSafe. generateOnPremConnectorConfiguration(GenerateOnPremConnectorConfigurationRequest request)
Creates and downloads the configuration of the specified on-premises connector.GenerateOnPremConnectorConfigurationResponse
DataSafeClient. generateOnPremConnectorConfiguration(GenerateOnPremConnectorConfigurationRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type GenerateOnPremConnectorConfigurationResponse Modifier and Type Method Description Future<GenerateOnPremConnectorConfigurationResponse>
DataSafeAsync. generateOnPremConnectorConfiguration(GenerateOnPremConnectorConfigurationRequest request, AsyncHandler<GenerateOnPremConnectorConfigurationRequest,GenerateOnPremConnectorConfigurationResponse> handler)
Creates and downloads the configuration of the specified on-premises connector.Future<GenerateOnPremConnectorConfigurationResponse>
DataSafeAsyncClient. generateOnPremConnectorConfiguration(GenerateOnPremConnectorConfigurationRequest request, AsyncHandler<GenerateOnPremConnectorConfigurationRequest,GenerateOnPremConnectorConfigurationResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GenerateOnPremConnectorConfigurationResponse Modifier and Type Method Description Future<GenerateOnPremConnectorConfigurationResponse>
DataSafeAsync. generateOnPremConnectorConfiguration(GenerateOnPremConnectorConfigurationRequest request, AsyncHandler<GenerateOnPremConnectorConfigurationRequest,GenerateOnPremConnectorConfigurationResponse> handler)
Creates and downloads the configuration of the specified on-premises connector.Future<GenerateOnPremConnectorConfigurationResponse>
DataSafeAsyncClient. generateOnPremConnectorConfiguration(GenerateOnPremConnectorConfigurationRequest request, AsyncHandler<GenerateOnPremConnectorConfigurationRequest,GenerateOnPremConnectorConfigurationResponse> handler)
-
Uses of GenerateOnPremConnectorConfigurationResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GenerateOnPremConnectorConfigurationResponse Modifier and Type Method Description GenerateOnPremConnectorConfigurationResponse
GenerateOnPremConnectorConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GenerateOnPremConnectorConfigurationResponse Modifier and Type Method Description GenerateOnPremConnectorConfigurationResponse.Builder
GenerateOnPremConnectorConfigurationResponse.Builder. copy(GenerateOnPremConnectorConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-