Uses of Class
com.oracle.bmc.datasafe.responses.UpdateTargetAlertPolicyAssociationResponse
-
Packages that use UpdateTargetAlertPolicyAssociationResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of UpdateTargetAlertPolicyAssociationResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return UpdateTargetAlertPolicyAssociationResponse Modifier and Type Method Description UpdateTargetAlertPolicyAssociationResponse
DataSafe. updateTargetAlertPolicyAssociation(UpdateTargetAlertPolicyAssociationRequest request)
Updates the specified target-alert policy association.UpdateTargetAlertPolicyAssociationResponse
DataSafeClient. updateTargetAlertPolicyAssociation(UpdateTargetAlertPolicyAssociationRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type UpdateTargetAlertPolicyAssociationResponse Modifier and Type Method Description Future<UpdateTargetAlertPolicyAssociationResponse>
DataSafeAsync. updateTargetAlertPolicyAssociation(UpdateTargetAlertPolicyAssociationRequest request, AsyncHandler<UpdateTargetAlertPolicyAssociationRequest,UpdateTargetAlertPolicyAssociationResponse> handler)
Updates the specified target-alert policy association.Future<UpdateTargetAlertPolicyAssociationResponse>
DataSafeAsyncClient. updateTargetAlertPolicyAssociation(UpdateTargetAlertPolicyAssociationRequest request, AsyncHandler<UpdateTargetAlertPolicyAssociationRequest,UpdateTargetAlertPolicyAssociationResponse> handler)
Method parameters in com.oracle.bmc.datasafe with type arguments of type UpdateTargetAlertPolicyAssociationResponse Modifier and Type Method Description Future<UpdateTargetAlertPolicyAssociationResponse>
DataSafeAsync. updateTargetAlertPolicyAssociation(UpdateTargetAlertPolicyAssociationRequest request, AsyncHandler<UpdateTargetAlertPolicyAssociationRequest,UpdateTargetAlertPolicyAssociationResponse> handler)
Updates the specified target-alert policy association.Future<UpdateTargetAlertPolicyAssociationResponse>
DataSafeAsyncClient. updateTargetAlertPolicyAssociation(UpdateTargetAlertPolicyAssociationRequest request, AsyncHandler<UpdateTargetAlertPolicyAssociationRequest,UpdateTargetAlertPolicyAssociationResponse> handler)
-
Uses of UpdateTargetAlertPolicyAssociationResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return UpdateTargetAlertPolicyAssociationResponse Modifier and Type Method Description UpdateTargetAlertPolicyAssociationResponse
UpdateTargetAlertPolicyAssociationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type UpdateTargetAlertPolicyAssociationResponse Modifier and Type Method Description UpdateTargetAlertPolicyAssociationResponse.Builder
UpdateTargetAlertPolicyAssociationResponse.Builder. copy(UpdateTargetAlertPolicyAssociationResponse o)
Copy method to populate the builder with values from the given instance.
-