Uses of Class
com.oracle.bmc.apmcontrolplane.model.RemoveDataKeyDetails
- 
Packages that use RemoveDataKeyDetails Package Description com.oracle.bmc.apmcontrolplane.model com.oracle.bmc.apmcontrolplane.requests 
- 
- 
Uses of RemoveDataKeyDetails in com.oracle.bmc.apmcontrolplane.modelMethods in com.oracle.bmc.apmcontrolplane.model that return RemoveDataKeyDetails Modifier and Type Method Description RemoveDataKeyDetailsRemoveDataKeyDetails.Builder. build()Methods in com.oracle.bmc.apmcontrolplane.model with parameters of type RemoveDataKeyDetails Modifier and Type Method Description RemoveDataKeyDetails.BuilderRemoveDataKeyDetails.Builder. copy(RemoveDataKeyDetails model)
- 
Uses of RemoveDataKeyDetails in com.oracle.bmc.apmcontrolplane.requestsMethods in com.oracle.bmc.apmcontrolplane.requests that return types with arguments of type RemoveDataKeyDetails Modifier and Type Method Description List<RemoveDataKeyDetails>RemoveDataKeysRequest. getBody$()Alternative accessor for the body parameter.List<RemoveDataKeyDetails>RemoveDataKeysRequest. getRemoveDataKeysListDetails()List of Data Keys to be removed.Methods in com.oracle.bmc.apmcontrolplane.requests with parameters of type RemoveDataKeyDetails Modifier and Type Method Description RemoveDataKeysRequest.BuilderRemoveDataKeysRequest.Builder. removeDataKeysListDetails(RemoveDataKeyDetails singularValue)Singular setter.Method parameters in com.oracle.bmc.apmcontrolplane.requests with type arguments of type RemoveDataKeyDetails Modifier and Type Method Description RemoveDataKeysRequest.BuilderRemoveDataKeysRequest.Builder. body$(List<RemoveDataKeyDetails> body)Alternative setter for the body parameter.RemoveDataKeysRequest.BuilderRemoveDataKeysRequest.Builder. removeDataKeysListDetails(List<RemoveDataKeyDetails> removeDataKeysListDetails)List of Data Keys to be removed.
 
-