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