Uses of Class
com.oracle.bmc.apmcontrolplane.responses.RemoveDataKeysResponse
-
Packages that use RemoveDataKeysResponse Package Description com.oracle.bmc.apmcontrolplane com.oracle.bmc.apmcontrolplane.responses -
-
Uses of RemoveDataKeysResponse in com.oracle.bmc.apmcontrolplane
Methods in com.oracle.bmc.apmcontrolplane that return RemoveDataKeysResponse Modifier and Type Method Description RemoveDataKeysResponse
ApmDomain. removeDataKeys(RemoveDataKeysRequest request)
Removes the set of specified Data Keys from the specified APM domain.RemoveDataKeysResponse
ApmDomainClient. removeDataKeys(RemoveDataKeysRequest request)
Methods in com.oracle.bmc.apmcontrolplane that return types with arguments of type RemoveDataKeysResponse 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)
Method parameters in com.oracle.bmc.apmcontrolplane with type arguments of type RemoveDataKeysResponse 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 RemoveDataKeysResponse in com.oracle.bmc.apmcontrolplane.responses
Methods in com.oracle.bmc.apmcontrolplane.responses that return RemoveDataKeysResponse Modifier and Type Method Description RemoveDataKeysResponse
RemoveDataKeysResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.apmcontrolplane.responses with parameters of type RemoveDataKeysResponse Modifier and Type Method Description RemoveDataKeysResponse.Builder
RemoveDataKeysResponse.Builder. copy(RemoveDataKeysResponse o)
Copy method to populate the builder with values from the given instance.
-