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