Uses of Class
com.oracle.bmc.datasafe.responses.GetTargetAlertPolicyAssociationResponse
-
Packages that use GetTargetAlertPolicyAssociationResponse Package Description com.oracle.bmc.datasafe com.oracle.bmc.datasafe.responses -
-
Uses of GetTargetAlertPolicyAssociationResponse in com.oracle.bmc.datasafe
Methods in com.oracle.bmc.datasafe that return GetTargetAlertPolicyAssociationResponse Modifier and Type Method Description GetTargetAlertPolicyAssociationResponse
DataSafe. getTargetAlertPolicyAssociation(GetTargetAlertPolicyAssociationRequest request)
Gets the details of target-alert policy association by its ID.GetTargetAlertPolicyAssociationResponse
DataSafeClient. getTargetAlertPolicyAssociation(GetTargetAlertPolicyAssociationRequest request)
Method parameters in com.oracle.bmc.datasafe with type arguments of type GetTargetAlertPolicyAssociationResponse 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 GetTargetAlertPolicyAssociationResponse in com.oracle.bmc.datasafe.responses
Methods in com.oracle.bmc.datasafe.responses that return GetTargetAlertPolicyAssociationResponse Modifier and Type Method Description GetTargetAlertPolicyAssociationResponse
GetTargetAlertPolicyAssociationResponse.Builder. build()
Build the response object.Methods in com.oracle.bmc.datasafe.responses with parameters of type GetTargetAlertPolicyAssociationResponse Modifier and Type Method Description GetTargetAlertPolicyAssociationResponse.Builder
GetTargetAlertPolicyAssociationResponse.Builder. copy(GetTargetAlertPolicyAssociationResponse o)
Copy method to populate the builder with values from the given instance.
-