Uses of Class
com.oracle.bmc.audit.requests.GetConfigurationRequest
-
Packages that use GetConfigurationRequest Package Description com.oracle.bmc.audit com.oracle.bmc.audit.requests -
-
Uses of GetConfigurationRequest in com.oracle.bmc.audit
Methods in com.oracle.bmc.audit with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationResponse
Audit. getConfiguration(GetConfigurationRequest request)
Get the configurationFuture<GetConfigurationResponse>
AuditAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Get the configurationFuture<GetConfigurationResponse>
AuditAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
GetConfigurationResponse
AuditClient. getConfiguration(GetConfigurationRequest request)
Method parameters in com.oracle.bmc.audit with type arguments of type GetConfigurationRequest 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 GetConfigurationRequest in com.oracle.bmc.audit.requests
Methods in com.oracle.bmc.audit.requests that return GetConfigurationRequest Modifier and Type Method Description GetConfigurationRequest
GetConfigurationRequest.Builder. build()
Build the instance of GetConfigurationRequest as configured by this builderGetConfigurationRequest
GetConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConfigurationRequest as configured by this builderMethods in com.oracle.bmc.audit.requests with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationRequest.Builder
GetConfigurationRequest.Builder. copy(GetConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-