Uses of Class
com.oracle.bmc.datasafe.requests.DeleteTargetAlertPolicyAssociationRequest
-
Packages that use DeleteTargetAlertPolicyAssociationRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of DeleteTargetAlertPolicyAssociationRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type DeleteTargetAlertPolicyAssociationRequest 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 DeleteTargetAlertPolicyAssociationRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return DeleteTargetAlertPolicyAssociationRequest Modifier and Type Method Description DeleteTargetAlertPolicyAssociationRequest
DeleteTargetAlertPolicyAssociationRequest.Builder. build()
Build the instance of DeleteTargetAlertPolicyAssociationRequest as configured by this builderDeleteTargetAlertPolicyAssociationRequest
DeleteTargetAlertPolicyAssociationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of DeleteTargetAlertPolicyAssociationRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type DeleteTargetAlertPolicyAssociationRequest Modifier and Type Method Description DeleteTargetAlertPolicyAssociationRequest.Builder
DeleteTargetAlertPolicyAssociationRequest.Builder. copy(DeleteTargetAlertPolicyAssociationRequest o)
Copy method to populate the builder with values from the given instance.
-