Uses of Class
com.oracle.bmc.datasafe.requests.PatchTargetAlertPolicyAssociationRequest
-
Packages that use PatchTargetAlertPolicyAssociationRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of PatchTargetAlertPolicyAssociationRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchTargetAlertPolicyAssociationRequest Modifier and Type Method Description Future<PatchTargetAlertPolicyAssociationResponse>
DataSafeAsync. patchTargetAlertPolicyAssociation(PatchTargetAlertPolicyAssociationRequest request, AsyncHandler<PatchTargetAlertPolicyAssociationRequest,PatchTargetAlertPolicyAssociationResponse> handler)
Creates new target-alert policy associations that will be applied on the target database.Future<PatchTargetAlertPolicyAssociationResponse>
DataSafeAsyncClient. patchTargetAlertPolicyAssociation(PatchTargetAlertPolicyAssociationRequest request, AsyncHandler<PatchTargetAlertPolicyAssociationRequest,PatchTargetAlertPolicyAssociationResponse> handler)
-
Uses of PatchTargetAlertPolicyAssociationRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return PatchTargetAlertPolicyAssociationRequest Modifier and Type Method Description PatchTargetAlertPolicyAssociationRequest
PatchTargetAlertPolicyAssociationRequest.Builder. build()
Build the instance of PatchTargetAlertPolicyAssociationRequest as configured by this builderPatchTargetAlertPolicyAssociationRequest
PatchTargetAlertPolicyAssociationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of PatchTargetAlertPolicyAssociationRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type PatchTargetAlertPolicyAssociationRequest Modifier and Type Method Description PatchTargetAlertPolicyAssociationRequest.Builder
PatchTargetAlertPolicyAssociationRequest.Builder. copy(PatchTargetAlertPolicyAssociationRequest o)
Copy method to populate the builder with values from the given instance.
-