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