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