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