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