Uses of Class
com.oracle.bmc.datasafe.responses.PatchTargetAlertPolicyAssociationResponse
-
Packages that use PatchTargetAlertPolicyAssociationResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of PatchTargetAlertPolicyAssociationResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return PatchTargetAlertPolicyAssociationResponse Modifier and Type Method Description PatchTargetAlertPolicyAssociationResponse
DataSafe. patchTargetAlertPolicyAssociation(PatchTargetAlertPolicyAssociationRequest request)
Creates new target-alert policy associations that will be applied on the target database.PatchTargetAlertPolicyAssociationResponse
DataSafeClient. patchTargetAlertPolicyAssociation(PatchTargetAlertPolicyAssociationRequest request)
Methods in com.oracle.bmc.datasafe that return types with arguments of type PatchTargetAlertPolicyAssociationResponse 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)
Method parameters in com.oracle.bmc.datasafe with type arguments of type PatchTargetAlertPolicyAssociationResponse 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 PatchTargetAlertPolicyAssociationResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return PatchTargetAlertPolicyAssociationResponse Modifier and Type Method Description PatchTargetAlertPolicyAssociationResponse
PatchTargetAlertPolicyAssociationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type PatchTargetAlertPolicyAssociationResponse Modifier and Type Method Description PatchTargetAlertPolicyAssociationResponse.Builder
PatchTargetAlertPolicyAssociationResponse.Builder. copy(PatchTargetAlertPolicyAssociationResponse o)
Copy method to populate the builder with values from the given instance.
-