Uses of Class
com.oracle.bmc.apmconfig.requests.UpdateMatchAgentsWithAttributeKeyRequest
- 
Packages that use UpdateMatchAgentsWithAttributeKeyRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests 
- 
- 
Uses of UpdateMatchAgentsWithAttributeKeyRequest in com.oracle.bmc.apmconfigMethod parameters in com.oracle.bmc.apmconfig with type arguments of type UpdateMatchAgentsWithAttributeKeyRequest 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 UpdateMatchAgentsWithAttributeKeyRequest in com.oracle.bmc.apmconfig.requestsMethods in com.oracle.bmc.apmconfig.requests that return UpdateMatchAgentsWithAttributeKeyRequest Modifier and Type Method Description UpdateMatchAgentsWithAttributeKeyRequestUpdateMatchAgentsWithAttributeKeyRequest.Builder. build()Build the instance of UpdateMatchAgentsWithAttributeKeyRequest as configured by this builderUpdateMatchAgentsWithAttributeKeyRequestUpdateMatchAgentsWithAttributeKeyRequest.Builder. buildWithoutInvocationCallback()Build the instance of UpdateMatchAgentsWithAttributeKeyRequest as configured by this builderMethods in com.oracle.bmc.apmconfig.requests with parameters of type UpdateMatchAgentsWithAttributeKeyRequest Modifier and Type Method Description UpdateMatchAgentsWithAttributeKeyRequest.BuilderUpdateMatchAgentsWithAttributeKeyRequest.Builder. copy(UpdateMatchAgentsWithAttributeKeyRequest o)Copy method to populate the builder with values from the given instance.
 
-