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