Uses of Class
com.oracle.bmc.apmconfig.responses.UpdateMatchAgentsWithAttributeKeyResponse
-
Packages that use UpdateMatchAgentsWithAttributeKeyResponse Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.responses -
-
Uses of UpdateMatchAgentsWithAttributeKeyResponse in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig that return UpdateMatchAgentsWithAttributeKeyResponse Modifier and Type Method Description UpdateMatchAgentsWithAttributeKeyResponse
Config. updateMatchAgentsWithAttributeKey(UpdateMatchAgentsWithAttributeKeyRequest request)
Updates the agent matching attribute key for the APM Domain.UpdateMatchAgentsWithAttributeKeyResponse
ConfigClient. updateMatchAgentsWithAttributeKey(UpdateMatchAgentsWithAttributeKeyRequest request)
Methods in com.oracle.bmc.apmconfig that return types with arguments of type UpdateMatchAgentsWithAttributeKeyResponse Modifier and Type Method Description Future<UpdateMatchAgentsWithAttributeKeyResponse>
ConfigAsync. updateMatchAgentsWithAttributeKey(UpdateMatchAgentsWithAttributeKeyRequest request, AsyncHandler<UpdateMatchAgentsWithAttributeKeyRequest,UpdateMatchAgentsWithAttributeKeyResponse> handler)
Updates the agent matching attribute key for the APM Domain.Future<UpdateMatchAgentsWithAttributeKeyResponse>
ConfigAsyncClient. updateMatchAgentsWithAttributeKey(UpdateMatchAgentsWithAttributeKeyRequest request, AsyncHandler<UpdateMatchAgentsWithAttributeKeyRequest,UpdateMatchAgentsWithAttributeKeyResponse> handler)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type UpdateMatchAgentsWithAttributeKeyResponse Modifier and Type Method Description Future<UpdateMatchAgentsWithAttributeKeyResponse>
ConfigAsync. updateMatchAgentsWithAttributeKey(UpdateMatchAgentsWithAttributeKeyRequest request, AsyncHandler<UpdateMatchAgentsWithAttributeKeyRequest,UpdateMatchAgentsWithAttributeKeyResponse> handler)
Updates the agent matching attribute key for the APM Domain.Future<UpdateMatchAgentsWithAttributeKeyResponse>
ConfigAsyncClient. updateMatchAgentsWithAttributeKey(UpdateMatchAgentsWithAttributeKeyRequest request, AsyncHandler<UpdateMatchAgentsWithAttributeKeyRequest,UpdateMatchAgentsWithAttributeKeyResponse> handler)
-
Uses of UpdateMatchAgentsWithAttributeKeyResponse in com.oracle.bmc.apmconfig.responses
Methods in com.oracle.bmc.apmconfig.responses that return UpdateMatchAgentsWithAttributeKeyResponse Modifier and Type Method Description UpdateMatchAgentsWithAttributeKeyResponse
UpdateMatchAgentsWithAttributeKeyResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmconfig.responses with parameters of type UpdateMatchAgentsWithAttributeKeyResponse Modifier and Type Method Description UpdateMatchAgentsWithAttributeKeyResponse.Builder
UpdateMatchAgentsWithAttributeKeyResponse.Builder. copy(UpdateMatchAgentsWithAttributeKeyResponse o)
Copy method to populate the builder with values from the given instance.
-