Uses of Class
com.oracle.bmc.audit.responses.GetConfigurationResponse
-
Packages that use GetConfigurationResponse Package Description com.oracle.bmc.audit com.oracle.bmc.audit.responses -
-
Uses of GetConfigurationResponse in com.oracle.bmc.audit
Methods in com.oracle.bmc.audit that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
Audit. getConfiguration(GetConfigurationRequest request)
Get the configurationGetConfigurationResponse
AuditClient. getConfiguration(GetConfigurationRequest request)
Methods in com.oracle.bmc.audit that return types with arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>
AuditAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Get the configurationFuture<GetConfigurationResponse>
AuditAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Method parameters in com.oracle.bmc.audit with type arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>
AuditAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Get the configurationFuture<GetConfigurationResponse>
AuditAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
-
Uses of GetConfigurationResponse in com.oracle.bmc.audit.responses
Methods in com.oracle.bmc.audit.responses that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
GetConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.audit.responses with parameters of type GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse.Builder
GetConfigurationResponse.Builder. copy(GetConfigurationResponse o)
Copy method to populate the builder with values from the given instance.
-