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.datasafeMethod 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.requestsMethods in com.oracle.bmc.datasafe.requests that return CreateTargetAlertPolicyAssociationRequest Modifier and Type Method Description CreateTargetAlertPolicyAssociationRequestCreateTargetAlertPolicyAssociationRequest.Builder. build()Build the instance of CreateTargetAlertPolicyAssociationRequest as configured by this builderCreateTargetAlertPolicyAssociationRequestCreateTargetAlertPolicyAssociationRequest.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.BuilderCreateTargetAlertPolicyAssociationRequest.Builder. copy(CreateTargetAlertPolicyAssociationRequest o)Copy method to populate the builder with values from the given instance.
 
-