Uses of Class
com.oracle.bmc.apmconfig.responses.GetConfigResponse
-
Packages that use GetConfigResponse Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.responses -
-
Uses of GetConfigResponse in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return GetConfigResponse Modifier and Type Method Description GetConfigResponse
Config. getConfig(GetConfigRequest request)
Gets the configuration item identified by the OCID.GetConfigResponse
ConfigClient. getConfig(GetConfigRequest request)
Methods in com.oracle.bmc.apmconfig that return types with arguments of type GetConfigResponse Modifier and Type Method Description Future<GetConfigResponse>
ConfigAsync. getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
Gets the configuration item identified by the OCID.Future<GetConfigResponse>
ConfigAsyncClient. getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type GetConfigResponse Modifier and Type Method Description Future<GetConfigResponse>
ConfigAsync. getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
Gets the configuration item identified by the OCID.Future<GetConfigResponse>
ConfigAsyncClient. getConfig(GetConfigRequest request, AsyncHandler<GetConfigRequest,GetConfigResponse> handler)
-
Uses of GetConfigResponse in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return GetConfigResponse Modifier and Type Method Description GetConfigResponse
GetConfigResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmconfig.responses with parameters of type GetConfigResponse Modifier and Type Method Description GetConfigResponse.Builder
GetConfigResponse.Builder. copy(GetConfigResponse o)
Copy method to populate the builder with values from the given instance.
-