Uses of Class
com.oracle.bmc.datasafe.responses.EnableDataSafeConfigurationResponse
-
Packages that use EnableDataSafeConfigurationResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of EnableDataSafeConfigurationResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return EnableDataSafeConfigurationResponse Modifier and Type Method Description EnableDataSafeConfigurationResponse
DataSafe. enableDataSafeConfiguration(EnableDataSafeConfigurationRequest request)
Enables Data Safe in the tenancy and region.EnableDataSafeConfigurationResponse
DataSafeClient. enableDataSafeConfiguration(EnableDataSafeConfigurationRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type EnableDataSafeConfigurationResponse Modifier and Type Method Description Future<EnableDataSafeConfigurationResponse>
DataSafeAsync. enableDataSafeConfiguration(EnableDataSafeConfigurationRequest request, AsyncHandler<EnableDataSafeConfigurationRequest,EnableDataSafeConfigurationResponse> handler)
Enables Data Safe in the tenancy and region.Future<EnableDataSafeConfigurationResponse>
DataSafeAsyncClient. enableDataSafeConfiguration(EnableDataSafeConfigurationRequest request, AsyncHandler<EnableDataSafeConfigurationRequest,EnableDataSafeConfigurationResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type EnableDataSafeConfigurationResponse Modifier and Type Method Description Future<EnableDataSafeConfigurationResponse>
DataSafeAsync. enableDataSafeConfiguration(EnableDataSafeConfigurationRequest request, AsyncHandler<EnableDataSafeConfigurationRequest,EnableDataSafeConfigurationResponse> handler)
Enables Data Safe in the tenancy and region.Future<EnableDataSafeConfigurationResponse>
DataSafeAsyncClient. enableDataSafeConfiguration(EnableDataSafeConfigurationRequest request, AsyncHandler<EnableDataSafeConfigurationRequest,EnableDataSafeConfigurationResponse> handler)
-
Uses of EnableDataSafeConfigurationResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return EnableDataSafeConfigurationResponse Modifier and Type Method Description EnableDataSafeConfigurationResponse
EnableDataSafeConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type EnableDataSafeConfigurationResponse Modifier and Type Method Description EnableDataSafeConfigurationResponse.Builder
EnableDataSafeConfigurationResponse.Builder. copy(EnableDataSafeConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-