Uses of Class
com.oracle.bmc.licensemanager.requests.GetConfigurationRequest
-
Packages that use GetConfigurationRequest Package Description com.oracle.bmc.licensemanager com.oracle.bmc.licensemanager.requests -
-
Uses of GetConfigurationRequest in com.oracle.bmc.licensemanager
Methods in com.oracle.bmc.licensemanager with parameters of type GetConfigurationRequest Modifier and Type Method Description GetConfigurationResponse
LicenseManager. getConfiguration(GetConfigurationRequest request)
Retrieves configuration for a compartment.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)
GetConfigurationResponse
LicenseManagerClient. getConfiguration(GetConfigurationRequest request)
Method parameters in com.oracle.bmc.licensemanager with type arguments of type GetConfigurationRequest 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 GetConfigurationRequest in com.oracle.bmc.licensemanager.requests
Methods in com.oracle.bmc.licensemanager.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.licensemanager.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.
-