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.cloudguard
Methods in com.oracle.bmc.cloudguard with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationResponse
CloudGuard. 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)
GetConfigurationResponse
CloudGuardClient. 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.requests
Methods in com.oracle.bmc.cloudguard.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.cloudguard.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.
-