Uses of Class
com.oracle.bmc.cloudguard.responses.GetConfigurationResponse
-
Packages that use GetConfigurationResponse Package Description com.oracle.bmc.cloudguard com.oracle.bmc.cloudguard.responses -
-
Uses of GetConfigurationResponse in com.oracle.bmc.cloudguard
Methods in com.oracle.bmc.cloudguard that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
CloudGuard. getConfiguration(GetConfigurationRequest request)
Returns the configuration details for a Cloud Guard tenancy, identified by root compartment OCID.GetConfigurationResponse
CloudGuardClient. getConfiguration(GetConfigurationRequest request)
Methods in com.oracle.bmc.cloudguard that return types with arguments of type GetConfigurationResponse 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)
Method parameters in com.oracle.bmc.cloudguard with type arguments of type GetConfigurationResponse 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 GetConfigurationResponse in com.oracle.bmc.cloudguard.responses
Methods in com.oracle.bmc.cloudguard.responses that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
GetConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.cloudguard.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.
-