Uses of Class
com.oracle.bmc.datasafe.requests.GetTargetAlertPolicyAssociationRequest
-
Packages that use GetTargetAlertPolicyAssociationRequest Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.requests -
-
Uses of GetTargetAlertPolicyAssociationRequest in com.oracle.bmc.datasafe
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetTargetAlertPolicyAssociationRequest Modifier and Type Method Description Future<GetTargetAlertPolicyAssociationResponse>
DataSafeAsync. getTargetAlertPolicyAssociation(GetTargetAlertPolicyAssociationRequest request, AsyncHandler<GetTargetAlertPolicyAssociationRequest,GetTargetAlertPolicyAssociationResponse> handler)
Gets the details of target-alert policy association by its ID.Future<GetTargetAlertPolicyAssociationResponse>
DataSafeAsyncClient. getTargetAlertPolicyAssociation(GetTargetAlertPolicyAssociationRequest request, AsyncHandler<GetTargetAlertPolicyAssociationRequest,GetTargetAlertPolicyAssociationResponse> handler)
-
Uses of GetTargetAlertPolicyAssociationRequest in com.oracle.bmc.datasafe.requests
Methods in com.oracle.bmc.datasafe.requests that return GetTargetAlertPolicyAssociationRequest Modifier and Type Method Description GetTargetAlertPolicyAssociationRequest
GetTargetAlertPolicyAssociationRequest.Builder. build()
Build the instance of GetTargetAlertPolicyAssociationRequest as configured by this builderGetTargetAlertPolicyAssociationRequest
GetTargetAlertPolicyAssociationRequest.Builder. buildWithoutInvocationCallback()
Build the instance of GetTargetAlertPolicyAssociationRequest as configured by this builderMethods in com.oracle.bmc.datasafe.requests with parameters of type GetTargetAlertPolicyAssociationRequest Modifier and Type Method Description GetTargetAlertPolicyAssociationRequest.Builder
GetTargetAlertPolicyAssociationRequest.Builder. copy(GetTargetAlertPolicyAssociationRequest o)
Copy method to populate the builder with values from the given instance.
-