Uses of Class
com.oracle.bmc.cloudguard.requests.GetConfigurationRequest
- 
Packages that use GetConfigurationRequest Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.requests 
- 
- 
Uses of GetConfigurationRequest in com.oracle.bmc.cloudguardMethods in com.oracle.bmc.cloudguard with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationResponseCloudGuard. getConfiguration(GetConfigurationRequest request)Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.Future<GetConfigurationResponse>CloudGuardAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.Future<GetConfigurationResponse>CloudGuardAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)GetConfigurationResponseCloudGuardClient. getConfiguration(GetConfigurationRequest request)Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetConfigurationRequest Modifier and Type Method Description Future<GetConfigurationResponse>CloudGuardAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.Future<GetConfigurationResponse>CloudGuardAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
- 
Uses of GetConfigurationRequest in com.oracle.bmc.cloudguard.requestsMethods in com.oracle.bmc.cloudguard.requests that return GetConfigurationRequest Modifier and Type Method Description GetConfigurationRequestGetConfigurationRequest.Builder. build()Build the instance of GetConfigurationRequest as configured by this builderGetConfigurationRequestGetConfigurationRequest.Builder. buildWithoutInvocationCallback()Build the instance of GetConfigurationRequest as configured by this builderMethods in com.oracle.bmc.cloudguard.requests with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationRequest.BuilderGetConfigurationRequest.Builder. copy(GetConfigurationRequest o)Copy method to populate the builder with values from the given instance.
 
-