Uses of Class
com.oracle.bmc.apmcontrolplane.requests.RemoveDataKeysRequest
-
Packages that use RemoveDataKeysRequest Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.requests -
-
Uses of RemoveDataKeysRequest in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane with parameters of type RemoveDataKeysRequest Modifier and Type Method Description RemoveDataKeysResponse
ApmDomain. removeDataKeys(RemoveDataKeysRequest request)
Removes the set of specified Data Keys from the specified APM domain.Future<RemoveDataKeysResponse>
ApmDomainAsync. removeDataKeys(RemoveDataKeysRequest request, AsyncHandler<RemoveDataKeysRequest,RemoveDataKeysResponse> handler)
Removes the set of specified Data Keys from the specified APM domain.Future<RemoveDataKeysResponse>
ApmDomainAsyncClient. removeDataKeys(RemoveDataKeysRequest request, AsyncHandler<RemoveDataKeysRequest,RemoveDataKeysResponse> handler)
RemoveDataKeysResponse
ApmDomainClient. removeDataKeys(RemoveDataKeysRequest request)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type RemoveDataKeysRequest Modifier and Type Method Description Future<RemoveDataKeysResponse>
ApmDomainAsync. removeDataKeys(RemoveDataKeysRequest request, AsyncHandler<RemoveDataKeysRequest,RemoveDataKeysResponse> handler)
Removes the set of specified Data Keys from the specified APM domain.Future<RemoveDataKeysResponse>
ApmDomainAsyncClient. removeDataKeys(RemoveDataKeysRequest request, AsyncHandler<RemoveDataKeysRequest,RemoveDataKeysResponse> handler)
-
Uses of RemoveDataKeysRequest in com.oracle.bmc.apmcontrolplane.requests
Methods in com.oracle.bmc.apmcontrolplane.requests that return RemoveDataKeysRequest Modifier and Type Method Description RemoveDataKeysRequest
RemoveDataKeysRequest.Builder. build()
Build the instance of RemoveDataKeysRequest as configured by this builderRemoveDataKeysRequest
RemoveDataKeysRequest.Builder. buildWithoutInvocationCallback()
Build the instance of RemoveDataKeysRequest as configured by this builderMethods in com.oracle.bmc.apmcontrolplane.requests with parameters of type RemoveDataKeysRequest Modifier and Type Method Description RemoveDataKeysRequest.Builder
RemoveDataKeysRequest.Builder. copy(RemoveDataKeysRequest o)
Copy method to populate the builder with values from the given instance.
-