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.apmconfig
Method 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.requests
Methods in com.oracle.bmc.apmconfig.requests that return UpdateMatchAgentsWithAttributeKeyRequest Modifier and Type Method Description UpdateMatchAgentsWithAttributeKeyRequest
UpdateMatchAgentsWithAttributeKeyRequest.Builder. build()
Build the instance of UpdateMatchAgentsWithAttributeKeyRequest as configured by this builderUpdateMatchAgentsWithAttributeKeyRequest
UpdateMatchAgentsWithAttributeKeyRequest.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.Builder
UpdateMatchAgentsWithAttributeKeyRequest.Builder. copy(UpdateMatchAgentsWithAttributeKeyRequest o)
Copy method to populate the builder with values from the given instance.
-