Uses of Class
com.oracle.bmc.apmconfig.requests.GetConfigRequest
-
Packages that use GetConfigRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests -
-
Uses of GetConfigRequest in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig with parameters of type GetConfigRequest Modifier and Type Method Description GetConfigResponse
Config. getConfig(GetConfigRequest request)
Gets the configuration item identified by the OCID.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)
GetConfigResponse
ConfigClient. getConfig(GetConfigRequest request)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type GetConfigRequest 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 GetConfigRequest in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return GetConfigRequest Modifier and Type Method Description GetConfigRequest
GetConfigRequest.Builder. build()
Build the instance of GetConfigRequest as configured by this builderGetConfigRequest
GetConfigRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetConfigRequest as configured by this builderMethods in com.oracle.bmc.apmconfig.requests with parameters of type GetConfigRequest Modifier and Type Method Description GetConfigRequest.Builder
GetConfigRequest.Builder. copy(GetConfigRequest o)
Copy method to populate the builder with values from the given instance.
-