Uses of Class
com.oracle.bmc.apmconfig.requests.GetMatchAgentsWithAttributeKeyRequest
-
Packages that use GetMatchAgentsWithAttributeKeyRequest Package Description com.oracle.bmc.apmconfig com.oracle.bmc.apmconfig.requests -
-
Uses of GetMatchAgentsWithAttributeKeyRequest in com.oracle.bmc.apmconfig
Methods in com.oracle.bmc.apmconfig with parameters of type GetMatchAgentsWithAttributeKeyRequest Modifier and Type Method Description GetMatchAgentsWithAttributeKeyResponse
Config. getMatchAgentsWithAttributeKey(GetMatchAgentsWithAttributeKeyRequest request)
The domain-wide agents matching attribute key.Future<GetMatchAgentsWithAttributeKeyResponse>
ConfigAsync. getMatchAgentsWithAttributeKey(GetMatchAgentsWithAttributeKeyRequest request, AsyncHandler<GetMatchAgentsWithAttributeKeyRequest,GetMatchAgentsWithAttributeKeyResponse> handler)
The domain-wide agents matching attribute key.Future<GetMatchAgentsWithAttributeKeyResponse>
ConfigAsyncClient. getMatchAgentsWithAttributeKey(GetMatchAgentsWithAttributeKeyRequest request, AsyncHandler<GetMatchAgentsWithAttributeKeyRequest,GetMatchAgentsWithAttributeKeyResponse> handler)
GetMatchAgentsWithAttributeKeyResponse
ConfigClient. getMatchAgentsWithAttributeKey(GetMatchAgentsWithAttributeKeyRequest request)
Method parameters in com.oracle.bmc.apmconfig with type arguments of type GetMatchAgentsWithAttributeKeyRequest Modifier and Type Method Description Future<GetMatchAgentsWithAttributeKeyResponse>
ConfigAsync. getMatchAgentsWithAttributeKey(GetMatchAgentsWithAttributeKeyRequest request, AsyncHandler<GetMatchAgentsWithAttributeKeyRequest,GetMatchAgentsWithAttributeKeyResponse> handler)
The domain-wide agents matching attribute key.Future<GetMatchAgentsWithAttributeKeyResponse>
ConfigAsyncClient. getMatchAgentsWithAttributeKey(GetMatchAgentsWithAttributeKeyRequest request, AsyncHandler<GetMatchAgentsWithAttributeKeyRequest,GetMatchAgentsWithAttributeKeyResponse> handler)
-
Uses of GetMatchAgentsWithAttributeKeyRequest in com.oracle.bmc.apmconfig.requests
Methods in com.oracle.bmc.apmconfig.requests that return GetMatchAgentsWithAttributeKeyRequest Modifier and Type Method Description GetMatchAgentsWithAttributeKeyRequest
GetMatchAgentsWithAttributeKeyRequest.Builder. build()
Build the instance of GetMatchAgentsWithAttributeKeyRequest as configured by this builderGetMatchAgentsWithAttributeKeyRequest
GetMatchAgentsWithAttributeKeyRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetMatchAgentsWithAttributeKeyRequest as configured by this builderMethods in com.oracle.bmc.apmconfig.requests with parameters of type GetMatchAgentsWithAttributeKeyRequest Modifier and Type Method Description GetMatchAgentsWithAttributeKeyRequest.Builder
GetMatchAgentsWithAttributeKeyRequest.Builder. copy(GetMatchAgentsWithAttributeKeyRequest o)
Copy method to populate the builder with values from the given instance.
-