Uses of Class
com.oracle.bmc.apmconfig.requests.ExportConfigurationRequest
-
Packages that use ExportConfigurationRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests -
-
Uses of ExportConfigurationRequest in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig with parameters of type ExportConfigurationRequest Modifier and Type Method Description ExportConfigurationResponse
Config. exportConfiguration(ExportConfigurationRequest request)
Exports configurations for the whole domain by domainId.Future<ExportConfigurationResponse>
ConfigAsync. exportConfiguration(ExportConfigurationRequest request, AsyncHandler<ExportConfigurationRequest,ExportConfigurationResponse> handler)
Exports configurations for the whole domain by domainId.Future<ExportConfigurationResponse>
ConfigAsyncClient. exportConfiguration(ExportConfigurationRequest request, AsyncHandler<ExportConfigurationRequest,ExportConfigurationResponse> handler)
ExportConfigurationResponse
ConfigClient. exportConfiguration(ExportConfigurationRequest request)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type ExportConfigurationRequest Modifier and Type Method Description Future<ExportConfigurationResponse>
ConfigAsync. exportConfiguration(ExportConfigurationRequest request, AsyncHandler<ExportConfigurationRequest,ExportConfigurationResponse> handler)
Exports configurations for the whole domain by domainId.Future<ExportConfigurationResponse>
ConfigAsyncClient. exportConfiguration(ExportConfigurationRequest request, AsyncHandler<ExportConfigurationRequest,ExportConfigurationResponse> handler)
-
Uses of ExportConfigurationRequest in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return ExportConfigurationRequest Modifier and Type Method Description ExportConfigurationRequest
ExportConfigurationRequest.Builder. build()
Build the instance of ExportConfigurationRequest as configured by this builderExportConfigurationRequest
ExportConfigurationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of ExportConfigurationRequest as configured by this builderMethods in com.oracle.bmc.apmconfig.requests with parameters of type ExportConfigurationRequest Modifier and Type Method Description ExportConfigurationRequest.Builder
ExportConfigurationRequest.Builder. copy(ExportConfigurationRequest o)
Copy method to populate the builder with values from the given instance.
-