Uses of Class
com.oracle.bmc.licensemanager.responses.GetConfigurationResponse
-
Packages that use GetConfigurationResponse Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.responses -
-
Uses of GetConfigurationResponse in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
LicenseManager. getConfiguration(GetConfigurationRequest request)
Retrieves configuration for a compartment.GetConfigurationResponse
LicenseManagerClient. getConfiguration(GetConfigurationRequest request)
Methods in com.oracle.bmc.licensemanager that return types with arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>
LicenseManagerAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Retrieves configuration for a compartment.Future<GetConfigurationResponse>
LicenseManagerAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type GetConfigurationResponse Modifier and Type Method Description Future<GetConfigurationResponse>
LicenseManagerAsync. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
Retrieves configuration for a compartment.Future<GetConfigurationResponse>
LicenseManagerAsyncClient. getConfiguration(GetConfigurationRequest request, AsyncHandler<GetConfigurationRequest,GetConfigurationResponse> handler)
-
Uses of GetConfigurationResponse in com.oracle.bmc.licensemanager.responses
Methods in com.oracle.bmc.licensemanager.responses that return GetConfigurationResponse Modifier and Type Method Description GetConfigurationResponse
GetConfigurationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.licensemanager.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.
-